1.安装R软件(R-3.5.1-win.exe)
配置环境变量: Path中添加:D:\R-3.5.1-win\R-3.5.1\bin;
2.安装Rtools(Rtools35.exe)
配置环境变量:Path中添加:D:\RRools35\Rtools\bin;D:\RRools35\Rtools\mingw_64\bin;
3.测试安装配置是否成功
在R环境下输入:
system(‘g++ -v’)
system(‘where make’)
分别回车得到如下输入,表明安装配置成功
4.安装RStudio集成开发环境(RStudio)