6

在为 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 一起工作吗?

4

1 回答 1

2

正如@Hadley 在 OP 评论中所述,这似乎已在 2013 年 2 月初通过将新版本推送到 CRAN 得到解决。

这个对我有用...

于 2013-06-21T18:19:47.043 回答