我尝试了不同的方法在 R 上安装 RWeka 包,但找不到任何成功。
尽管尝试了不同的方法,但我无法安装 RWeka:
1.正常安装
install.packages("RWeka")
cannot open compressed file 'RWekajars/DESCRIPTION', probable reason 'No such file or directory'
2. 从 URL 安装
install.packages("devtools")
require(devtools)
install_url("http://cran.r-project.org/bin/windows/contrib/3.2/RWeka_0.4-24.zip")
Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) :
cannot open the connection
3.从本地安装(下载zip文件并放入目录后)
install_local("RWeka_0.4-24.zip")
ERROR: installing binary package failed
* removing 'C:/Program Files/R/R-3.2.0/library/RWeka'
有人可以帮我解决这个问题吗?非常感谢