« British data software | Main | Upgrading to D7 »
May 18, 2012
Install R packages
> install.packages("/home/data/Downloads/foreach_1.4.0.tar.gz", repos=NULL, type="source")
what a PITA.
> .libPaths()
- this one shows where things will be installed
> install.packages("foreach", dependencies=TRUE)
- this one installed into a temp directory = FAIL
Posted by kkwaiser at May 18, 2012 03:43 PM