blob: fe3e1c1179aa8cbb373e541e87327c664dcca7ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# $NetBSD: Makefile,v 1.2 2021/09/20 12:12:17 mef Exp $
R_PKGNAME= ggspatial
R_PKGVER= 1.1.5
CATEGORIES= geography
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Spatial Data Framework for ggplot2
LICENSE= gnu-gpl-v3
DEPENDS+= R-rlang>=0.4.5:../../devel/R-rlang
DEPENDS+= R-raster>=3.0.12:../../geography/R-raster
DEPENDS+= R-rosm>=0.2.5:../../geography/R-rosm
DEPENDS+= R-sf>=0.8.1:../../geography/R-sf
DEPENDS+= R-ggplot2>=2.2.1.9000:../../graphics/R-ggplot2
DEPENDS+= R-scales>=1.1.0:../../graphics/R-scales
DEPENDS+= R-abind>=1.4.5:../../math/R-abind
DEPENDS+= R-plyr>=1.8.6:../../math/R-plyr
DEPENDS+= R-reshape2>=1.4.3:../../math/R-reshape2
DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
DEPENDS+= R-tidyr>=1.0.2:../../math/R-tidyr
# Packages suggested but not available: 'ggrepel', 'vdiffr'
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-stars-[0-9]*:../../geography/R-stars
TEST_DEPENDS+= R-lwgeom-[0-9]*:../../geography/R-lwgeom
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|