Conda install R 3.4.0

我的未来我决定 提交于 2020-01-01 09:46:09

问题


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.



来源:https://stackoverflow.com/questions/44184910/conda-install-r-3-4-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!