[R] Getting all R packages

Dr. Diego Kuonen kuonen at statoo.com
Tue Sep 3 18:00:36 CEST 2002


"(Ted Harding)" wrote:
> 
> Rather than spend a tedious interactive session
> picking several (in fact most) of the library
> packages off the CRAN site one by one, it would
> be handy to be able to grab the lot in one go
...
> Is there a way to do this?

You may want to have a look at the help file of

  install.packages

Sth. like

  > install.packages(CRAN.packages()[,1])

will do the job. And then once a week, say,

  > update.packages()

Greets,

  Diego Kuonen


-- 
Dr. ès sc. Diego Kuonen        CEO & Applied Statistician 
Statoo Consulting, PO Box 107, 1015 Lausanne, Switzerland
+ Have you ever been Statooed?   http://www.statoo.info +
+ Free Statooed newsletters:    http://lists.statoo.com +
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list