Dear R users, Hope someone can help me to solve the problem. I have a problem installing packages in to r . The following message was being displayed in the console when I was trying to install 'rgdal' package.> install.packages("rgdal")Warning in install.packages : argument 'lib' is missing: using 'C:/Documents and Settings/mondreti/Mes documents/R/win-library/2.11' Warning in install.packages : Could not open: HTTP status was '404 Not Found' Warning in install.packages : Could not open: HTTP status was '404 Not Found' Warning in install.packages : unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.11 Warning in install.packages : package 'rgdal' is not available Thanks in advance, Ravi. [[alternative HTML version deleted]]
Le mardi 11 septembre 2012 ? 15:36 +0200, Ravichandra MONDRETI a ?crit :> > Dear R users, > > > > Hope someone can help me to solve the problem. I have a problem > installing packages in to r . The following message was being displayed > in the console when I was trying to install 'rgdal' package. > > > > > install.packages("rgdal") > > Warning in install.packages : > > argument 'lib' is missing: using 'C:/Documents and > Settings/mondreti/Mes documents/R/win-library/2.11' > > Warning in install.packages : > > Could not open: HTTP status was '404 Not Found' > > Warning in install.packages : > > Could not open: HTTP status was '404 Not Found' > > Warning in install.packages : > > unable to access index for repository > http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.11I think you should use another CRAN mirror, or upgrade R to a more recent version. This mirror only includes packages built since R 2.12. Regards
On 11.09.2012 15:36, Ravichandra MONDRETI wrote:> > > Dear R users, > > > > Hope someone can help me to solve the problem. I have a problem > installing packages in to r . The following message was being displayed > in the console when I was trying to install 'rgdal' package. > > > >> install.packages("rgdal") > > Warning in install.packages : > > argument 'lib' is missing: using 'C:/Documents and > Settings/mondreti/Mes documents/R/win-library/2.11' > > Warning in install.packages : > > Could not open: HTTP status was '404 Not Found' > > Warning in install.packages : > > Could not open: HTTP status was '404 Not Found' > > Warning in install.packages : > > unable to access index for repository > http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.11This was caused by a temporary problem. The repository for 32-bit R-2.11.x for Windows binaries will starting working again within 24 hours on the CRAN master (and will propagate to the mirrors). Nevertheless, R-2.11.x binaries are no longer supported. Time to upgrade! Best, Uwe Ligges> Warning in install.packages : > > package 'rgdal' is not available > > > > > > Thanks in advance, > > > > Ravi. > > > > > > > > > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >