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
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
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
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
> #
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
5 matches
Mail list logo