I need to set $LD_LIBRARY_PATH to include some .so that a third-party package (binary only) depends upon at loading. If I was on my own installation of RStudio Server I would add these to /etc/rstudio/rserver.conf and restart the service, but I'm using RStudio.cloud.
Is there a way to specify equivalent options to /etc/rstudio/rserver.conf for an RStudio.cloud session?
NB: I have tried dyn.load() and also exporting the variables directly from system() and from the terminal. The third party package is not available as source so I cannot specify any options via R CMD build and so on.