summaryrefslogtreecommitdiff
path: root/geography/R-sf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/R-sf/Makefile')
-rw-r--r--geography/R-sf/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/geography/R-sf/Makefile b/geography/R-sf/Makefile
index 4a91850581c..ffbf3b61e4a 100644
--- a/geography/R-sf/Makefile
+++ b/geography/R-sf/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2021/05/03 16:28:46 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2021/06/06 14:45:22 mef Exp $
R_PKGNAME= sf
-R_PKGVER= 0.9-5
-PKGREVISION= 5
+R_PKGVER= 0.9-8
CATEGORIES= geography
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -17,6 +16,17 @@ DEPENDS+= R-DBI>=0.8:../../math/R-DBI
DEPENDS+= R-classInt>=0.4.1:../../math/R-classInt
DEPENDS+= R-units>=0.6.0:../../math/R-units
+# Packages suggested but not available:
+# 'lwgeom', 'mapview', 'odbc', 'pool', 'rgdal', 'RPostgres',
+# 'RPostgreSQL', 'RSQLite', 's2', 'spatstat', 'spatstat.geom',
+# 'spatstat.core', 'spatstat.linnet', 'spatstat.utils', 'stars',
+# 'terra', 'tidyr', 'tmap'
+
+TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
+TEST_DEPENDS+= R-blob-[0-9]*:../../devel/R-blob
+TEST_DEPENDS+= R-raster-[0-9]*:../../geography/R-raster
+TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
+
.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../geography/gdal-lib/buildlink3.mk"