How to set up conda-installed R for use with RStudio?

See https://anaconda.org/r/rstudio:

$ conda install -c r rstudio

Then from command line:

$ rstudio

(It is how I installed it and it works.)

Leave a Comment