Re: [R] maps does not work

2007-10-12 Thread Lukas Gudmundsson
Hello, I found a working but not satisfactory solution. I did compare the file structures of "maps" and "mapdata" and found that the \data subdirectories of both packages have one main difference: maps\data contains a Rdata.zip file with some xxx.r and yyy.rda files. mapdata\data does not contain

Re: [R] maps does not work

2007-10-12 Thread Prof Brian Ripley
I think the problem is that tempdir() has been set somewhere invalid. However, does help() work at all, since that uses the same mechanism? Here are some diagnostic hints: Start an R session, printout tempdir() and see if it looks right. Search for the directory on your file system and see if y

Re: [R] maps does not work

2007-10-12 Thread Lukas Gudmundsson
2007/10/11, Ray Brownrigg <[EMAIL PROTECTED]>: > On Thu, 11 Oct 2007, Lukas Gudmundsson wrote: > > Hello, > > I am trying to draw geographical maps with the maps package. However > > > > if I try to access the data following error occurs: > > > require(maps) > > > map() > > > > Fehler in zip.file.e

Re: [R] maps does not work

2007-10-11 Thread Ray Brownrigg
On Thu, 11 Oct 2007, Lukas Gudmundsson wrote: > Hello, > I am trying to draw geographical maps with the maps package. However > > if I try to access the data following error occurs: > > require(maps) > > map() > > Fehler in zip.file.extract(file, "Rdata.zip") : > 'destination' existiert nicht > #

[R] maps does not work

2007-10-11 Thread Lukas Gudmundsson
Hello, I am trying to draw geographical maps with the maps package. However if I try to access the data following error occurs: > require(maps) > map() Fehler in zip.file.extract(file, "Rdata.zip") : 'destination' existiert nicht # Error in zip.file.extract(file, "Rdata.zip") : 'destination' doe