Conda install R 3.4.0

2019-04-10 15:13发布

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?

3条回答
ら.Afraid
2楼-- · 2019-04-10 15:37

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

查看更多
太酷不给撩
3楼-- · 2019-04-10 15:38

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.

查看更多
我欲成王,谁敢阻挡
4楼-- · 2019-04-10 15:42

You can now install R 3.4.1 through conda.

查看更多
登录 后发表回答