* installing *source* package 'termstrc' ...
** libs
*** arch - i386
Warning in system(cmd) : 'make' not found
ERROR: compilation failed for package 'termstrc'
* removing 'C:/Program Files/R/R-3.5.1/library/termstrc'
In R CMD INSTALL
Warning in install.packages :
installation of package ‘C:/Users/DANIEL~1/DOWNLO~1/termstrc_1.3.7 (1).tar.gz’ had non-zero exit status发布于 2018-08-04 13:58:05
如果你想从源代码构建R包,你需要安装适当的工具,如编译器等。您似乎使用的是Windows,这在这方面特别困难。因此,所需的工具已收集为Rtools包:https://cran.r-project.org/bin/windows/Rtools/。你必须安装它才能构建这个包。
https://stackoverflow.com/questions/51679500
复制相似问题