Opened 11 years ago
Closed 11 years ago
#1221 closed defect (fixed)
R quickstart, missing vignette
Reported by: | micha | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive7.0 |
Component: | OSGeoLive | Keywords: | R, shapefile, vignette |
Cc: |
Description
In the R quickstart, there's a reference to a non-existent vignette: "shapefiles".
Change History (7)
comment:1 by , 11 years ago
Keywords: | R,shapefile,vignette → R, shapefile, vignette |
---|---|
Type: | task → defect |
follow-up: 3 comment:2 by , 11 years ago
comment:3 by , 11 years ago
Replying to micha:
Shall I just remove the reference to the missing vignette in the quickstart??
It would be good to understand what it is any why it is missing first.
regards, Hamish
comment:4 by , 11 years ago
My research indicates the spatstat package contained the shapefiles vignette at some version in the past. It is installed correctly and loads, however vignette(package="spatstat") returns no vignettes now. So the package installed but without any vignettes. No idea why, but it supposedly has several according to various sites around the internet.
comment:5 by , 11 years ago
Trying to do
install.packages("spatstat", dependencied=TRUE)
leads to some errors. OTOH, we have the regular maptools package installed, and it contains a vignette: "combine_maptools", with a 4 page coverage of importing a shapefile and doing some simple dissolving of features, and attaching attribute data. Maybe that would be a reasonable replacement for the missing shapefile vignette.
comment:6 by , 11 years ago
missing vignette("shapefiles") commented out in the quickstart in trunk with r10840.
Hamish
comment:7 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Shall I just remove the reference to the missing vignette in the quickstart??