diff options
author | brook <brook@pkgsrc.org> | 2020-08-09 15:38:15 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2020-08-09 15:38:15 +0000 |
commit | 70a50388536b3571088fe18940dd9dcfc937adad (patch) | |
tree | ecf38a4e544908a717a8cd5094aefd53574d81c9 /geography/Makefile | |
parent | 80576738d0097d4bc60ca718c06ab9d15313272b (diff) | |
download | pkgsrc-70a50388536b3571088fe18940dd9dcfc937adad.tar.gz |
geography/R-rnaturalearthhires: import R-rnaturalearthhires-0.2.0
High Resolution World Vector Map Data from Natural Earth used in rnaturalearth.
Facilitates mapping by making natural earth map data from
http://www.naturalearthdata.com/ more easily available to R
users. Focuses on vector data.
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 73ba008d53c..e6e9a219136 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2020/08/09 15:31:52 brook Exp $ +# $NetBSD: Makefile,v 1.101 2020/08/09 15:38:15 brook Exp $ # COMMENT= Software for geographical-related uses @@ -18,6 +18,7 @@ SUBDIR+= R-raster SUBDIR+= R-rgeos SUBDIR+= R-rnaturalearth SUBDIR+= R-rnaturalearthdata +SUBDIR+= R-rnaturalearthhires SUBDIR+= R-rosm SUBDIR+= R-sf SUBDIR+= R-spData |