Users can have their own R packages installed. The following steps have to be done:
vi ${HOME}/.Renviron
The content of this file points to the directory of your personal libraries, e.g.:
R_LIBS=${HOME}/R/lib
mkdir -p ${HOME}/R/lib
install.packages('sp')