其他分享
首页 > 其他分享> > 【1】Rtools下载及配置

【1】Rtools下载及配置

作者:互联网

安装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 】就说明成功了

标签:bin,Rtools,make,配置,RStudio,Renviron,下载
来源: https://blog.csdn.net/qq_41825909/article/details/116370847