我已经更新了 r、rtools 和 rstudio。但它似乎无法找到make.exe
,而在C:\rtools40\usr\bin\make.exe
它存在。
> find_rtools()
[1] TRUE
> Sys.which('make')
make
""
> R.Version()$version.string
[1] "R version 4.0.3 (2020-10-10)"
Rtools 是从https://cran.r-project.org/bin/windows/Rtools/下载的 rtools40-x86_64.exe 。所有软件包都是最新的(Rstudio 告诉我的)。
当我尝试安装使用 Rcpp 构建的软件包时,它会返回
Warning in system(cmd) : 'make' not found
ERROR: compilation failed for package 'testpkg'
并且安装失败。有什么办法可以处理吗?