无法更新R并安装" dplyr"和" devtools"包

时间:2016-08-25 15:09:57

标签: r dplyr cran installr

我正在使用Windows 7,RGui(32位)版本3.1.1和R 3.1.1(2014-07-10) - "将它锁定到我",平台:i386-w64 -mingw32 / i386(32位)

我想安装dplyr包,但收到此消息:。

install.packages("dplyr")
Warning message:
package ‘dplyr’ is not available (for R version 3.1.1)

除了尝试更新R之外,我还尝试了其他人在回答类似问题时提出的一些建议,但这些问题反过来又产生了自己的问题。无论特定功能的编码/措辞方法略有不同,这些都是我收到的3条常见警告信息。

install.packages("dplyr", repos = "http://mran.revolutionanalytics.com")
source repository is unavailable to check versions
Error: Found continuation line starting '    <link rel="s ...' at begin of record.


updateR()
**# I have installr**
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") :
cannot open: HTTP status was '403 Authentication required'


if (packageVersion("devtools") < 1.6) {
install.packages("devtools")
}
Error in packageVersion("devtools") : package ‘devtools’ not found
devtools::install_github("hadley/lazyeval")
Error in loadNamespace(name) : there is no package called ‘devtools’
devtools::install_github("hadley/dplyr")

我还尝试使用以下方法选择不同的存储库:

setRepositories()

并使用以下方式更新了包裹:

update.packages()
boot :
Version 1.3-11 installed in C:/Program Files/R/R-3.1.1/library 
Version 1.3-18 available at http://cran.uib.no

并设置:

setInternet2(TRUE)

但似乎仍然没有改变我收到的常见错误消息。 任何有关安装dplyr,更新R / RStudio或安装devtools的建议或解决方案都将非常感谢。

0 个答案:

没有答案