How do I setup default .libPaths()
for all users of RStudio server? I think I have to add something to /etc/rstudio/rsession.conf
, but not sure what. Or do I have to modify .Rprofile
of each user manually?
I am trying to have most of the libraries shared for users, installed in /usr/lib/R/site-library/
.
We are running latest version of RStudio server on CentOS 7.