001、R语言windows中安装R包出现如下报错
Error in system(paste(MAKE, p1(paste("-f", shQuote(makefiles))), "compilers"), : 'make' not found
002、确认是否安装Rtools
install.packages("pkgbuild") pkgbuild::find_rtools(debug = TRUE) ##确认是否安装Rtools, 返回false,说明没有安装
。
003、
标签:shQuote,p1,make,system,makefiles,Error,paste,compilers From: https://www.cnblogs.com/liujiaxin2018/p/18222296