[R] Installation of all packages under Unix

2009-04-02 Thread nboehme
Dear List-Members, does anyone know a simple way to automatically install all R packages on a unix system to the default library path? Not from inside R, it should rather work as a shell script - job at startup. Something like R cmd install -l pkgs ### where pkgs should mean all packages

Re: [R] Installation of all packages under Unix

2009-04-02 Thread Paul Hiemstra
nboe...@uni-potsdam.de schreef: Dear List-Members, does anyone know a simple way to automatically install all R packages on a unix system to the default library path? Not from inside R, it should rather work as a shell script - job at startup. Something like R cmd install -l pkgs ### where

Re: [R] Installation of all packages under Unix

2009-04-02 Thread Bernardo Rangel Tura
On Thu, 2009-04-02 at 14:37 +0200, nboe...@uni-potsdam.de wrote: Dear List-Members, does anyone know a simple way to automatically install all R packages on a unix system to the default library path? Not from inside R, it should rather work as a shell script - job at startup.