Re: [R] Installing packages from command line on Linux RHEL4

2007-05-22 Thread Adaikalavan Ramasamy
-help@stat.math.ethz.ch Subject: Re: [R] Installing packages from command line on Linux RHEL4 Hi Kernit, On 21 May 2007 at 11:37, Kermit Short wrote: | Greetings. | |I am a System Administrator, and thus have very little knowledge of R | itself. I have been asked to install a list

[R] Installing packages from command line on Linux RHEL4

2007-05-21 Thread Kermit Short
Greetings. I am a System Administrator, and thus have very little knowledge of R itself. I have been asked to install a list of some 200 packages (from CRAM) to R. Rather than installing each package manually, I was hoping I could script this. I've written a BASH script that hopefully will

Re: [R] Installing packages from command line on Linux RHEL4

2007-05-21 Thread Kermit Short
to accomplish the same thing using the R CMD INSTALL Shell command? Thanks! -Kermit -Original Message- From: Dirk Eddelbuettel [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 12:00 PM To: [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Installing packages from

Re: [R] Installing packages from command line on Linux RHEL4

2007-05-21 Thread Dirk Eddelbuettel
Hi Kernit, On 21 May 2007 at 11:37, Kermit Short wrote: | Greetings. | |I am a System Administrator, and thus have very little knowledge of R | itself. I have been asked to install a list of some 200 packages (from | CRAM) to R. Rather than installing each package manually, I was hoping I

Re: [R] Installing packages from command line on Linux RHEL4

2007-05-21 Thread Dirk Eddelbuettel
Kermit, On 21 May 2007 at 12:05, Kermit Short wrote: | Dirk- | Many thanks for your reply. As I mentioned, I know very little | about programming in 'R' and what I've got is a BASH script. If needs be, | I'll look up how to read in a text file through R and add that into your | script in