安装R包时报错:
WARNING: Rtools is required to build R packages, but is not currently installed. Please download and install Rtools 4.0 from https://cran.r-project.org/bin/windows/Rtools/.
先进入报错信息中给定的链接去下载rtools,126.8MB.
如果浏览器下载很慢,可以查看【2】转迅雷下载。
记住下载地址
下载完毕后,打开RStudio,输入:
# 如果文件不存在,它会被自动创建 file.edit('~/.Renviron')
点击【run】
它会弹出Renviron文件,把红框里的改为Rtools的下载地址。
关闭Renviron文件,点击Save。
关闭RStudio, 重新打开,输入:
system('where make')
3框里出现【(你的RTools下载地址+)\usr\bin\make.exe 】就说明成功了