[R] install packages automatically

2007-09-10 Thread Wensui Liu
Dear Listers, I am a little tired of installing all packages I want every time when I instill a new version of R. Say, if I have a list of packages I need to use, is it possible to tell R to install them all for me automatically rather than I install them one by one? Thx.

Re: [R] install packages automatically

2007-09-10 Thread Ross Darnell
Try ?update.packages Ross Darnell -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wensui Liu Sent: Tuesday, 11 September 2007 11:45 AM To: r-help@stat.math.ethz.ch Subject: [R] install packages automatically Dear Listers, I am a little tired

Re: [R] install packages question

2006-10-03 Thread Peter Dalgaard
Leeds, Mark (IED) [EMAIL PROTECTED] writes: I am at a new job where my sys admin installed R in linux and it does run when I log in as a user. I am on linux 2.1.2 but i'm not sure if it''s redhat etc ( but i doubt this matters for my question ). Well it does, since your sysadmin seems to

[R] install packages question

2006-10-02 Thread Leeds, Mark \(IED\)
I am at a new job where my sys admin installed R in linux and it does run when I log in as a user. I am on linux 2.1.2 but i'm not sure if it''s redhat etc ( but i doubt this matters for my question ). The alias put in my .envfile ( for the kshell ) is R =

[R] install packages

2004-04-15 Thread Linda portman
I am trying to install packages, WHat i did is: options(CRAN= http://cran.us.r-project.org/;) install.packages(pakgs) However I got error message like: trying URL `http://cran.us.r-project.org//bin/windows/contrib/PACKAGES' Error in download.file(url = paste(contriburl, PACKAGES, sep = /), :

Re: [R] install packages

2004-04-15 Thread Jason Turner
I am trying to install packages, WHat i did is: options(CRAN= http://cran.us.r-project.org/;) install.packages(pakgs) Is that really the package name? I can't find it on CRAN. However I got error message like: ... argument `lib' is missing: using C:/PROGRA~1/R/rw1051/library in:

Re: [R] install packages

2004-04-15 Thread Sundar Dorai-Raj
Linda portman wrote: I am trying to install packages, WHat i did is: options(CRAN= http://cran.us.r-project.org/;) install.packages(pakgs) However I got error message like: trying URL `http://cran.us.r-project.org//bin/windows/contrib/PACKAGES' Error in download.file(url = paste(contriburl,

[R] install-packages

2003-05-30 Thread Göran Broström
When I try 'install-packages' (from menu) in R-1.7.0 (Windows), I get install.packages(choose.files('',filters=Filters[c('zip','All'),]), .libPaths()[1], CRAN = NULL) Error in file(file, r) : unable to open connection In addition: Warning message: cannot open file `eha060/DESCRIPTION' but

Re: [R] install-packages

2003-05-30 Thread John Fox
Dear Goran, I've noticed this problem with recent versions of R when I've zipped an R package for Windows using a zip utility different from the recommended Info-Zip. If you build the package under Windows with the --binary switch, then a usable zip file should be produced. As an aside, I've

Re: [R] install-packages

2003-05-30 Thread Göran Broström
On Thu, 29 May 2003, John Fox wrote: Dear Goran, I've noticed this problem with recent versions of R when I've zipped an R package for Windows using a zip utility different from the recommended Info-Zip. If you build the package under Windows with the --binary switch, then a usable zip