5

突然,在 R 中安装任何软件包时,我开始出现以下错误/警告。

> utils:::menuInstallPkgs()
Warning: unable to access index for repository     
http://ftp.iitm.ac.in/cran/bin/windows/contrib/3.0
Warning: unable to access index for repository   
http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.0
Error in install.packages(NULL, .libPaths()[1L], dependencies = NA, type = type) : 
no packages were specified

这两种方法我都试过了。我尝试从http://cran.r-project.org/web/packages/rjson/index.html为“rjson”包下载二进制 zip 文件--->从菜单中选择 CRAN 镜像,然后安装包...在此之后我得到上述错误。

我也试过 install.packages("anypackage") 现在我收到以下错误

Installing package into ‘C:/Users/ayush/Documents/R/win-library/3.0’
(as ‘lib’ is unspecified)
Warning: unable to access index for repository   
http://ftp.iitm.ac.in/cran/bin/windows/contrib/3.0
Warning: unable to access index for repository   
http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.0
Warning message:
package ‘rjson’ is not available (for R version 3.0.1)

我也尝试过更换 CRAN 镜子。但没有运气。

我还参考了之前提出的这个问题,从 R Forge 安装软件包时出现安装错误,我已经尝试了提到的可能解决方案。但不工作。

这已经开始突然发生了。早些时候,我曾经正常下载它们。

我正在使用最新的 R 3.0.1。我也尝试过切换到早期版本的 R。没有运气。

我使用的是 Windows 7 64 位。安装任何软件包时都会发生这种情况。请帮忙。

4

0 回答 0