Change RStudio library path at home directory
I got answer:
Edit file ~/.Renviron
, add
R_LIBS_USER=/some/path
Next time RStudio starts, it will create directories in /some/path
instead of ~/R
.
I got answer:
Edit file ~/.Renviron
, add
R_LIBS_USER=/some/path
Next time RStudio starts, it will create directories in /some/path
instead of ~/R
.