Skip to content
Prev 83031 / 398502 Next

Installing packages into updated R

This is one reason we normally recommend that you install into a separate 
library.  Then update.packages(checkBuilt = TRUE) is all that is needed.
However,
will give you a character vector which you can feed to install.packages(), 
so it's not complex to do manually.
On Tue, 20 Dec 2005, Michael H. Prager wrote: