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