Commit ddb6323c by Jan Wijffels

add setup

parent acc4afb0
^.*\.Rproj$
^\.Rproj\.user$
inst/extdata
.Rproj.user
.Rhistory
.RData
.Ruserdata
image: docker.io/jangorecki/r-pkg
test:
script:
# install R packages
- Rscript -e 'install.packages(c("sp", "knitr"))'
# build pkg
- R CMD build .
# run check
- PKG_FILE_NAME=$(ls -1t *.tar.gz | head -n 1)
- R CMD check "${PKG_FILE_NAME}" --no-manual --as-cran
\ No newline at end of file
......@@ -2,7 +2,7 @@
The **BelgiumMaps.StatBel** package contains maps with administrative boundaries (national, regions, provinces, districts, municipalities, statistical sectors, agglomerations (200m)) of Belgium extracted from Open Data at Statistics Belgium. Data is converted from Lambert CRS into the WGS84 coordinate reference system.
This data is available in the several objects:
This data is available in several objects:
- BE_ADMIN_SECTORS: SpatialPolygonsDataFrame with polygons and data at the level of the statistical sector
- BE_ADMIN_MUNTY: SpatialPolygonsDataFrame with polygons and data at the level of the municipality
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment