简体   繁体   English

在最新版本的RStudio和R版本(3.5.1 / 3.5.3)中安装软件包的问题

[英]Issues to install packages in latest version of RStudio and R Versions (3.5.1 / 3.5.3)

I am unable to install packages (rtexttools and depend on maxent both lunch errors debt that the were removed recently from the CRAN repository) through latest version of RStudio and R Version.3.5.1 and 3.5.3. 我无法通过最新版本的RStudio和R版本3.5.1和3.5.3安装软件包(rtexttools,并且依赖于最近从CRAN信息库中删除的午餐错误债务)。

I tried also installing them manually, format .tar, but nothing happened the the error remained. 我尝试也手动安装它们,格式为.tar,但没有发生任何错误,错误仍然存​​在。

The error: 错误:

install.packages("RTextTools") install.packages(“ RTextTools”)

Installing package into 'C:/Users/dramosd/Documents/R/win-library/3.5' (as 'lib' is unspecified) 将软件包安装到“ C:/Users/dramosd/Documents/R/win-library/3.5”(因为未指定“ lib”)

Warning in install.packages : package 'RTextTools' is not available (for R version 3.5.3) install.packages中的警告:软件包“ RTextTools”不可用(对于R版本3.5.3)

Some packages are not available to download via CRAN, In that case you can use below function to install R package directly from there github repo. 有些软件包无法通过CRAN下载,在这种情况下,您可以使用下面的函数直接从github存储库中安装R软件包。

Try this- 尝试这个-

library(devtools)
install_github("timjurka/RTextTools/RTextTools") 

**Note- RTextTools is no longer actively maintained by developer. **注意:开发人员不再主动维护RTextTools So, above method may not work. 因此,以上方法可能不起作用。

Please check there website for more info- 请检查那里的网站以获取更多信息-

http://www.rtexttools.com/install.html http://www.rtexttools.com/install.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM