Re: [R] R minor version

2018-01-12 Thread Henrik Bengtsson
This can be controlled by environment variables R_LIBS, R_LIBS_SITE, and R_LIBS_USER, which support "conversion specifiers". See help(".libPaths") or aliases help("R_LIBS") etc. You can set these in in any of the Renviron files (~/.Renviron, /path/to/R/etc/Renviron,

Re: [R] R minor version

2018-01-12 Thread William Dunlap via R-help
> .expand_R_libs_env_var("poof/%p/%v") [1] "poof/x86_64-w64-mingw32/3.4" Bill Dunlap TIBCO Software wdunlap tibco.com On Fri, Jan 12, 2018 at 4:49 AM, Loris Bennett wrote: > Hi, > > When I install a package as a non-root user, it gets saved in a path > such as > >

[R] R minor version

2018-01-12 Thread Loris Bennett
Hi, When I install a package as a non-root user, it gets saved in a path such as ~/R/x86_64-unknown-linux-gnu-library/3.4 for any R version 3.4.x. Thus, if I want to install the packages somewhere else, as root say, I might do