On Mon, 15 Dec 2003, Perez Martin, Agustin wrote: > Dear useRs: > > First of all I would like to thank all the responses. > I've an error with package "spdep". > > I am working with a Windows XP machine (AMD-2000-XP RAM-256DDR) and 1.8.0. > R-version and when I try to load spdep appear the following error: > > > library(spdep) > Error in loadNamespace(i, c(lib.loc, .libPaths()), keep.source) : > There is no package called 'maptools' > Error in library(spdep) : package/namespace load failed
The namespace of the spdep package depends on the maptools package, which you should also install. Roger > > I don't know what is this. > Can you help me? > > Best wishes, > Agustin > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > -- Roger Bivand Economic Geography Section, Department of Economics, Norwegian School of Economics and Business Administration, Breiviksveien 40, N-5045 Bergen, Norway. voice: +47 55 95 93 55; fax +47 55 95 93 93 e-mail: [EMAIL PROTECTED] ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
