Fiona McIntyre
2011-Jul-26 10:27 UTC
[R] R 2.13.1 for Windows: error when loading (some) packages
I am using the latest version of R 2.13.1 and need to load the following packages; library(maps) library(mapdata) library(mapproj) library(lattice) library(tgp) library(spatstat) library(akima) I get the follwing error when loading the packages, "maps", "mapdata" and "mapproj" Error: package 'maps' is not installed for 'arch=i386' Error: package 'mapdata' is not installed for 'arch=i386' Error: package 'mapproj' is not installed for 'arch=i386' I have no problem loading these three packages in the earlier versions of R such as R 2.10.1 but "tgp" and "akima" require R 2.13.1 so you can see my dilemma. Any help you can offer would be greatly appreciated, Regards Fiona McIntyre [[alternative HTML version deleted]]
krisspnet
2011-Jul-26 12:40 UTC
[R] R 2.13.1 for Windows: error when loading (some) packages
I don't know if it could help, but under Mac os, you have to re-install all your packages after installing a new version of R. just use the following command : install.packages("package.name",dependencies = TRUE); -- View this message in context: http://r.789695.n4.nabble.com/R-2-13-1-for-Windows-error-when-loading-some-packages-tp3695531p3695552.html Sent from the R help mailing list archive at Nabble.com.
Prof Brian Ripley
2011-Jul-26 12:54 UTC
[R] R 2.13.1 for Windows: error when loading (some) packages
Well, please install them for arch=i386 ! And do note what the rw-FAQ and the @ReadMe said about not reporting here, and what you needed to do if a package was not available. (FWIW, my machine correctly finds that arch for those packages. Are you *sure* you installed them for R 2.13.1? Try update.packages(checkBuilt = TRUE) to be sure.) On Tue, 26 Jul 2011, Fiona McIntyre wrote:> I am using the latest version of R 2.13.1 and need to load the following > packages; > > library(maps) > library(mapdata) > library(mapproj) > library(lattice) > library(tgp) > library(spatstat) > library(akima) > > I get the follwing error when loading the packages, "maps", "mapdata" and > "mapproj" > > Error: package 'maps' is not installed for 'arch=i386' > Error: package 'mapdata' is not installed for 'arch=i386' > Error: package 'mapproj' is not installed for 'arch=i386' > > I have no problem loading these three packages in the earlier versions of R > such as R 2.10.1 but "tgp" and "akima" require R 2.13.1 so you can see my > dilemma. > > Any help you can offer would be greatly appreciated, > > Regards > > Fiona McIntyre > > [[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. >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595