A.J. Rossini
2001-Nov-29 17:33 UTC
[R] installing packages from CRAN, is this approach stupid?
In order to quickly install lots ("all") of CRAN packages on a nice new machine here, I did the following: install.packages(CRAN.packages()[,1]) 1. Is this sensible (other than the obvious, "who needs everything"?) 2. Should this be made easier to do (added as a possible option)? best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics U. of Washington Biostatistics rossini at u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini at scharp.org -------------- http://software.biostat.washington.edu/ -------------- FHCRC: M-W: 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email UW: T-Th: 206-543-1044 (fax=3286)|Change last 4 digits of phone to FAX Rosen: (Mullins' Lab) Fridays, and I'm unreachable except by email. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Friedrich.Leisch@ci.tuwien.ac.at
2001-Nov-29 17:43 UTC
[R] installing packages from CRAN, is this approach stupid?
>>>>> On 29 Nov 2001 09:33:24 -0800, >>>>> A J Rossini (AJR) wrote:> In order to quickly install lots ("all") of CRAN packages on a nice > new machine here, I did the following: > install.packages(CRAN.packages()[,1]) > 1. Is this sensible (other than the obvious, "who needs everything"?) if you know what you're doing: yes ... BUT this will probably fail for some packages where you don't have the appropriate header files etc (the database and GIS packages come to mind). > 2. Should this be made easier to do (added as a possible option)? I thought about it and didn't add the option because I'm frightened that a lot of people will try it and the file bug reports because some packages don't install properly due to the above reasons -> I don't want to make it too easy (and people knowing what they do probably figure out the above line anyway). best, fritz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._