Skip to content
Prev 86888 / 398506 Next

R and packages

On 2/20/2006 8:07 PM, Erin Hodgess wrote:
You can probably use .libPaths() to add a new install location that is 
writeable.  You'll likely get a few error messages because R can't 
update the help indices, but the packages should be available.
You could also do this, if you have the tools installed to do a build. 
See the R Installation and Administration manual, Installing R Under 
Windows, Building from Source, Building the Installer (section 3.1.9 in 
the PDF version).  You can either build with extra packages from source, 
or make an image from an installed copy.  In either case you'll need to 
install a lot of build tools, but fewer for the second option.

Duncan Murdoch