We are now using Rstudio-Server for multi-users with multiple VPS. Since the disk space is expensive, so I'm seeking a way to reduce the disk storage cost by sharing the library through NFS: install all needed packages in VPS-A, and then mount the " /usr/lib/R/library" to VPS-B/C/D through NFS.
Have anyone done this before? Is this possible?
Any help would be appreciated.