Conda install R 3.4.0

2019-04-10 15:08发布

问题:

I am trying to install R 3.4.0 through conda but seems like is currently missing in the channel.

((Renv)) $ conda install -c r r=3.4.0

gives

Fetching package metadata ...........
Solving package specifications: .
Error: Package missing in current linux-64 channels: 
  - r 3.4.0*

Is there any way I can install 3.4.0 through in a conda environment?

回答1:

The latest version of r available through the r channel is 3.3.2. You can install that like this:

conda install -c r r=3.3.2

You can always look through anaconda.org to look at a complete list of packages from default and community channels.



回答2:

Anyone have information about R 3.5? Bioconductor updated to 3.7 but you can't access that with R-3.4.



回答3:

You can now install R 3.4.1 through conda.