I\'ve been trying to set up my R using conda (eventually to use with Beaker Notebook) and I want to be able to use RStudio wi
R
conda
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.)