When trying to load a package from a location on a server
library("plyr", lib.loc="\\teneraserver/users/jphelan/My Documents/R/win-library/3.0")
I get the following error
Error in library("plyr", lib.loc = "\\teneraserver/users/jphelan/My Documents/R/win-library/3.0") :
no library trees found in 'lib.loc'
I ran
.libPaths()
which returns
[1] "\\\\teneraserver/users/jphelan/My Documents/R/win-library/3.0"
[2] "C:/R/R-3.0.1/library"
The package is in
.libpaths()[1]
I have read How do you change library location in R? as I'm happy to work on my C drive and avoid complications working through a server but am still unsure of what I'm doing. Do I have to completely uninstall and reinstall or can I just alter the location of my package library (permanently on my machine not at the start of every session)? I am running Windows 7 and R version 3.0.1. My editor is RStudio Version 0.97.551