2016-05-13 67 views
0

當我嘗試在R 2.6.0上下載軟件包時。我得到以下信息:無法訪問存儲庫的索引http://cran.irsn.fr/bin/windows/contrib/2.6

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 

有任何有關如何解決這個問題

回答

2

R 2.6.0是9歲的任何想法。這是古老的。用於舊版本的二進制包不再提供。對於Windows,R 2.11.0是帶有二進制文件的最早版本。

最簡單的辦法:升級到最新版本R 3.3.0

哈爾德的解決方案:從源代碼安裝的軟件包,如果你必須使用R 2.6.0。所有軟件包源都可在CRAN上找到。