无法将R连接到下载包

时间:2015-04-24 14:11:29

标签: r

I am trying to conect to download a few packages for R. However I find the following problem:

utils:::menuInstallPkgs() 
--- Please select a CRAN mirror for use in this session ---
task: From R main ledger I select : packages/installpackages I get

Warning: unable to access index for repository http://cran.es.r-project.org/src/contrib
Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/src/contrib
Error in install.packages(NULL, .libPaths()[1L], dependencies = NA, type = type) : 
no packages were specified
Además: Warning message:
In open.connection(con, "r") :
no fue posible conectarse a 'cran.r-project.org' en el puerto 80.

所以似乎R无法通过端口连接。我已经运行了以下检查 - 我去任务管理器/文件/运行新任务/创建新任务我写cmd并按回车键并获取命令提示并键入" netstat - aon |更"然后按回车键,然后我看到每个运行的应用程序的IP端口的详细信息,并且找不到R的任何文件(根据此打开)。我也无法在任务管理器/服务,R应用程序中找到它。

有没有办法连接R所以我可以下载包。

1 个答案:

答案 0 :(得分:0)

有机会采用这种始终适合我的方法

setRepositories()
1 2 3 4 5 6