From 5778ec632dd92e91424930f2b02094547a77441f Mon Sep 17 00:00:00 2001 From: mef Date: Wed, 27 Nov 2024 22:38:24 +0000 Subject: [PATCH] (..geography/R-ggspatial) Updated 1.1.5 to 1.1.9 # ggspatial 1.1.9 * Fix donttest examples for updated raster/terra stack. # ggspatial 1.1.8 * Fix `annotation_spatial()` for the latest ggplot2 release (#114, #115). # ggspatial 1.1.7 * Fixed deprecated behaviour advanced in the latest ggplot2 release (#106). # ggspatial 1.1.6 * Added terra package support (@dieghernan, #92, #94) * Fix north arrow rotation (@potash, #82) * Add support for factor/categorical rasters (@JoshOBrien, #78) * Better raster support for stars (@dieghernan, #95) * Fix example data for updated sf/GDAL (@rsbivand, #101) --- geography/R-ggspatial/Makefile | 10 +++++++--- geography/R-ggspatial/distinfo | 8 ++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/geography/R-ggspatial/Makefile b/geography/R-ggspatial/Makefile index fe3e1c1179aa..c61611e89d34 100644 --- a/geography/R-ggspatial/Makefile +++ b/geography/R-ggspatial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2021/09/20 12:12:17 mef Exp $ +# $NetBSD: Makefile,v 1.3 2024/11/27 22:38:24 mef Exp $ R_PKGNAME= ggspatial -R_PKGVER= 1.1.5 +R_PKGVER= 1.1.9 CATEGORIES= geography MAINTAINER= pkgsrc-users@NetBSD.org @@ -21,10 +21,14 @@ 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-covr-[0-9]*:../../devel/R-covr TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr +TEST_DEPENDS+= R-lwgeom-[0-9]*:../../geography/R-lwgeom 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 +TEST_DEPENDS+= R-terra-[0-9]*:../../geography/R-terra +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat USE_LANGUAGES= # none diff --git a/geography/R-ggspatial/distinfo b/geography/R-ggspatial/distinfo index d22a8d5a0283..47eda68fb8f1 100644 --- a/geography/R-ggspatial/distinfo +++ b/geography/R-ggspatial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:45:05 nia Exp $ +$NetBSD: distinfo,v 1.5 2024/11/27 22:38:24 mef Exp $ -BLAKE2s (R/ggspatial_1.1.5.tar.gz) = ff72401f379d479f03c029d019f1ec988d72d89b78fa1ccc4a1099cdbfede603 -SHA512 (R/ggspatial_1.1.5.tar.gz) = 0997aaa176313939224d5a893a67d6ffcb807c13455beec33bab08a3c3fb6a8a242e9b57a9492720317e07d6787b36fb7437b75866491ee1f621fff64afdb660 -Size (R/ggspatial_1.1.5.tar.gz) = 2328659 bytes +BLAKE2s (R/ggspatial_1.1.9.tar.gz) = 31971661e2662860e93e6edfab686385f8813fd1b6f7ef18c51cf38f749edf07 +SHA512 (R/ggspatial_1.1.9.tar.gz) = 60c41b33116fdd1131964a76a11c32cbc85880adc7be0cc82edfda8372b1a8d267ebe8df9d27b48ead167548d0c0f63785a1e9cd0e6bcde3a4b8b2e395a99a18 +Size (R/ggspatial_1.1.9.tar.gz) = 2296355 bytes