anaconda / nb_conda

Conda environment and package access extension from within Jupyter
BSD 3-Clause "New" or "Revised" License
140 stars 32 forks source link

Creating a new R environment doesn't work #29

Open ijstokes opened 8 years ago

ijstokes commented 8 years ago

From the "Conda" tab in the file browser when I click on "+" to create a new Conda environment if I select "R" then I get a failure. I feel that if the "R" option is presented then picking it should work.

screenshot 2016-07-27 13 59 43
iagomez commented 7 years ago

Hey @ijstokes Can you try adding the following to you .condarc

channels:
   - r
   - defaults

R is not part of the default channels that conda searches. I was having the same issue and that fixed it for me

damianavila commented 7 years ago

r-base is part of default now, so this should not be happening anymore. Closing.

damianavila commented 7 years ago

We should document the requirement.