Skip to content
Prev 75944 / 398502 Next

Advice about system for installing & updating all R package in a Linux Lab?

This is based on the pre-2.1.0 ideas.  Try

update.packages(ask=FALSE)
install.packages(new.packages(), dependencies=TRUE)

However, I would suggest that you set up each student with a library, say 
~/R/library, and point R_LIBS at it (set in Renviron.site).  That's what 
we do for Windows, and it seems successful.  (We have other reasons to 
want very complete central Linux setups, one being that we run more than 
one archtecture where personal libraries are a little harder to manage.)
On Fri, 19 Aug 2005, Paul Johnson wrote:

            
Many of the commands there are now or about to be deprecated.  See my 
article in the current R-News.
None at all.  We do something similar (but based on new.packages and with 
a stoplist of packages that we know will not install).