I am running RStudio Server for a (small) team on AWS. In order to get the others up and running fast & to keep all of us on the same version of "truth" I tried setting up a site package library. However, I cannot seem to make it work.
I tried adding a line R_LIBS_SITE="/home/rpkgs" to the Rprofile.site file, located in /etc/R/ but it does not appear as an option to save packages even after reboot.
Any advice how to make this work (or whether there is a better approach to a site library) is much appreciated!