Get RStudio initialization error when changing R_HOME

Hi there,
I want to use another R that I've installed in the Rstudio server, which is in a singularity container on our school's HPC. So I changed the variables in a .Renviron file like:

HOME=/myhome
R_HOME=/myhome/miniconda3/bin/R
R_LIBS_USER=/myhome/miniconda3/lib/R/library

However, after that when I start a new session it shows a window saying " Error occurred during transmission". And looks like it's the problem from R_HOME.
The Rstudio server is using the R in "/usr/local/lib/R".

Any way to resolve it? Thanks!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.