I am running R on Windows, not as an administrator. When I install a package, the following command doesn\'t work:
> install.packages(\"zoo\") Installing
If you do not have admin-rights, it can also be helpful to open the Rprofile.site-file located in \R-3.1.0\etc and add:
Rprofile.site
.First <- function(){ .libPaths("your path here") }
This evaluates the .libPath() command directly at start
.libPath()