I'm using the free version of Rstudio Server.
And I have a new R version stored under this directory:
/home/ubuntu/.R-4.1.0/bin/R
I want my RStudio to recognize R from that directory.
So I made changes in /etc/rstudio/rserver.conf by adding this line to that file:
rsession-which-r=/home/ubuntu/.R-4.1.0/bin/R
Then I restart the server:
sudo rstudio-server restart
However when I reload my R-studio server, it said the site can't be reached.
How can I resolve the issue?
