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]]
______________________________________________
[email protected] 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.