I\'m trying to get R to ignore c:\\users\\name\\documents and be completely self-contained/portable
Here\'s my directory structure:
.../R/R-2.1.2.2/.
adding this does the trick:
.Library.site = file.path( R.home() , ".." , "site-library" ) .libPaths(.Library.site)