Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

R Cran can't connect to package pages [closed]

Tags:

r

I'm having a problem accessing R information. Normally when I google something like:

r randomforest

I'll get results like these:

CRAN - Package randomForest

[PDF] Package 'randomForest'

that link to package pages or pdf user manuals. For the last week or so I get the following error whenever I try to search for package manuals or information and click on the returned links:

Object not found!

The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.
Error 404
cran.r-project.org
Mon Jan 2 06:44:23 2012
Apache/2.2.21 (Debian) 

I'm not sure what's wrong. I'm using R 2.14 on a windows 7 machine. I use firefox but did recently install IE 9 but don't use it. Any suggestions?

UPDATE:

Bad Link example : CRAN - Package randomForest

like image 395
screechOwl Avatar asked Jan 02 '12 05:01

screechOwl


2 Answers

I'm not sure what's behind it, but Martin Maechler posted a backup link on r-devel a couple of days ago:

http://cran.CH.r-project.org/web/packages/

like image 126
IRTFM Avatar answered Oct 02 '22 20:10

IRTFM


As of now, the package pages are available again. Brian Ripley recently posted this news.

like image 23
Iterator Avatar answered Sep 29 '22 20:09

Iterator