简体   繁体   English

Conda安装R 3.4.0

[英]Conda install R 3.4.0

I am trying to install R 3.4.0 through conda but seems like is currently missing in the channel. 我试图通过conda安装R 3.4.0但似乎目前在频道中缺少。

((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? 有什么方法可以在conda环境中安装3.4.0吗?

The latest version of r available through the r channel is 3.3.2. 通过r通道可获得的最新版本的r是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. 您可以随时查看anaconda.org,查看默认和社区渠道的完整软件包列表。

Anyone have information about R 3.5? 有人有关于R 3.5的信息吗? Bioconductor updated to 3.7 but you can't access that with R-3.4. Bioconductor已更新至3.7,但您无法使用R-3.4进行访问。

您现在可以通过conda安装R 3.4.1。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM