加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

如何使用R 2.15.2让Rtools在Windows上运行?

发布时间:2020-12-14 02:22:40 所属栏目:Windows 来源:网络整理
导读:安装Rtools 3.0 for Windows后,我在R控制台上运行以下命令: library(devtools)WARNING: Rtools is required to build R packages,but no version of Rtools compatible with R 2.15.2 was found.(Only the following incompatible version(s) of Rtools wer
安装Rtools 3.0 for Windows后,我在R控制台上运行以下命令:

> library(devtools)
WARNING: Rtools is required to build R packages,but no version of Rtools compatible with R 2.15.2 was found.
(Only the following incompatible version(s) of Rtools were found:3.0)

Please download and install Rtools 2.16 from http://cran.r-project.org/bin/windows/Rtools/ and then run find_rtools().
> find_rtools()
WARNING: Rtools is required to build R packages,but no version of Rtools compatible with R 2.15.2 was found.
(Only the following incompatible version(s) of Rtools were found:3.0)

Please download and install Rtools 2.16 from http://cran.r-project.org/bin/windows/Rtools/ and then run find_rtools().

但是,网页http://cran.r-project.org/bin/windows/Rtools/未列出版本2.16.此外,它表示版本3.0与所有版本的R>兼容. 2.15.1.有人知道如何让Rtools在Windows上使用R 2.15.2吗?

解决方法

这看起来已经在2013年2月初通过推出新版本到CRAN来修复,正如@Hadley在OP评论中所述.

这个对我有用…

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读