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
On Ubuntu, the recommended way of changing the default library path for a user, is to set the R_LIBS_USER variable in the ~/.Renviron file.
R_LIBS_USER
~/.Renviron
touch ~/.Renviron echo "R_LIBS_USER=/custom/path/in/absolute/form" >> ~/.Renviron