[R] Installing R packages in windows
Uwe Ligges
ligges at statistik.uni-dortmund.de
Fri Feb 4 13:55:42 CET 2005
Vikas Rawal wrote:
> I need to install a selected set of packages on a number of machines (in a computer lab). Some of these machines are not connected to internet. Is it possible to download all the packages and make a kind of repository on a CD, and then install.packages from the CD?
Yes, just download the packages and install.packages with CRAN=NULL ...
Instead, you might want to mount the installed packages from a network
volume instead, adding a second library path for R. So you only need to
install stuff once.
Uwe Ligges
> Vikas
>
> ==============================================
>
> This Mail was Scanned for Virus and found Virus free
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
More information about the R-help
mailing list