pkgsrc/geography/R-cartography/Makefile
mef 108b661487 geography/R-cartography: import R-cartography-3.1.3
Create and integrate maps in your R workflow. This package helps to
design cartographic representations such as proportional symbols,
choropleth, typology, flows or discontinuities maps. It also offers
several features that improve the graphic presentation of maps, for
instance, map palettes, layout elements (scale, north arrow,
title...), labels or legends. See Giraud and Lambert (2017)
<doi:10.1007/978-3-319-57336-6_13>.
2023-06-10 13:32:52 +00:00

27 lines
843 B
Makefile

# $NetBSD: Makefile,v 1.1 2023/06/10 13:32:52 mef Exp $
R_PKGNAME= cartography
R_PKGVER= 3.1.3
CATEGORIES= geography
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Thematic Cartography
LICENSE= gnu-gpl-v3
DEPENDS+= R-raster>=3.4.13:../../geography/R-raster
DEPENDS+= R-png>=0.1.8:../../graphics/R-png
DEPENDS+= R-curl>=5.0.0:../../www/R-curl
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-lwgeom-[0-9]*:../../geography/R-lwgeom
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../geography/R-sf/buildlink3.mk"
.include "../../math/R-sp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"