diff options
author | brook <brook@pkgsrc.org> | 2020-08-09 15:31:52 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2020-08-09 15:31:52 +0000 |
commit | d3ec029c2ec9dc1d3e99b91eafcad1b8e841f109 (patch) | |
tree | a729a7c734cdc5e066fa9716bd7fa1302b873a23 /geography/Makefile | |
parent | ece84e1ec20a785d8887bea50817ab10dbb29ea3 (diff) | |
download | pkgsrc-d3ec029c2ec9dc1d3e99b91eafcad1b8e841f109.tar.gz |
geography/R-rnaturalearth: import R-rnaturalearth-0.1.0
Facilitates mapping by making natural earth map data from
<http://www.naturalearthdata.com/> more easily available to R users.
Diffstat (limited to 'geography/Makefile')
-rw-r--r-- | geography/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index 32aa0bdbb55..73ba008d53c 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2020/08/09 15:28:56 brook Exp $ +# $NetBSD: Makefile,v 1.100 2020/08/09 15:31:52 brook Exp $ # COMMENT= Software for geographical-related uses @@ -16,6 +16,7 @@ SUBDIR+= R-osmdata SUBDIR+= R-prettymapr SUBDIR+= R-raster SUBDIR+= R-rgeos +SUBDIR+= R-rnaturalearth SUBDIR+= R-rnaturalearthdata SUBDIR+= R-rosm SUBDIR+= R-sf |