* 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
答案 0 :(得分:1)
如果要从源代码构建R软件包,则需要安装适当的工具,例如编译器等。您似乎正在使用Windows,在这方面特别困难。因此,已将必要的工具收集为Rtools软件包:https://cran.r-project.org/bin/windows/Rtools/。您将必须安装该软件包才能构建软件包。