当我尝试在R 2.6.0上下载软件包时。我收到以下消息:
Avis : unable to access index for repository http://cran.irsn.fr/bin/windows/contrib/2.6
Avis : unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.6
Erreur dans install.packages(NULL, .libPaths()[1], dependencies = NA, type = type) :
no packages were specified
有任何人知道如何解决这个问题
答案 0 :(得分:2)
R 2.6.0
已有9岁。这是古老的。不再提供旧版本的二进制包。 R 2.11.0
是包含Windows二进制文件的最旧版本。
简单的解决方案:升级到最新版本R 3.3.0
更难的解决方案:如果必须使用R 2.6.0
,请从源代码安装软件包。 CRAN上提供所有包源。