• R语言
  • 就是本地安装tm0.58包时出错,不知道如何解决

install.packages("F:/R/tm_0.5-8.tar.gz", repos = NULL, type = "source")
* installing *source* package 'tm' ...
** 成功将'tm'程序包解包并MD5和检查
** libs
Warning: 运行命令'make -f "F:/R/R-3.2.1/etc/x64/Makeconf" -f "F:/R/R-3.2.1/share/make/winshlib.mk" SHLIB="tm.dll" WIN=64 TCLBIN=64 OBJECTS="lazyTmMap.o"'的状态是127
ERROR: compilation failed for package 'tm'
* removing 'F:/R/R-3.2.1/library/tm'
Warning in install.packages :
running command '"F:/R/R-3.2.1/bin/x64/R" CMD INSTALL -l "F:\R\R-3.2.1\library" "F:/R/tm_0.5-8.tar.gz"' had status 1
Warning in install.packages :
installation of package ‘F:/R/tm_0.5-8.tar.gz’ had non-zero exit status
最新的tm包是tm_0.6-2,我安装正常。我的Rtools是Rtools33. 试安装新版本看看?
[未知用户]
你好我想安装0.58版本的,0.6的有的函数没有 :plain:
127 对应的是 "command not found"
从连接dll看,你的应该是windows。装了Rtools吗?