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

时间:2013-02-08 18:53:41

标签: r

在安装适用于Windows的Rtools 3.0之后,我在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吗?

1 个答案:

答案 0 :(得分:2)

这看起来已于2013年2月初修复,正如@Hadley在OP评论中所述,将新版本推向CRAN。

对我有用......