我正在使用R 3.3.1版本,在尝试安装软件包“e1071”时,我收到以下消息:
install.packages("e1071")
Installing package into ‘C:/Users/test/Documents/R/win-library/3.3’ (as ‘lib’ is unspecified) Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘e1071’ These will not be installed
寻找解决此问题的方法并获得准确答案。
答案 0 :(得分:0)
原则上,以下内容应该有效:
在R里面,执行命令
install.packages(pkgs = path_to_local_file, repos = NULL)
但是,如果这样可行,则直接安装 也可以正常工作。 Windows上的R版本可能没有编译版本。在这种情况下,您需要安装Rtools,这会使这更复杂。