pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/R-ggspatial
Module Name: pkgsrc
Committed By: mef
Date: Wed Nov 27 22:38:24 UTC 2024
Modified Files:
pkgsrc/geography/R-ggspatial: Makefile distinfo
Log Message:
(..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)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/R-ggspatial/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/R-ggspatial/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/R-ggspatial/Makefile
diff -u pkgsrc/geography/R-ggspatial/Makefile:1.2 pkgsrc/geography/R-ggspatial/Makefile:1.3
--- pkgsrc/geography/R-ggspatial/Makefile:1.2 Mon Sep 20 12:12:17 2021
+++ pkgsrc/geography/R-ggspatial/Makefile Wed Nov 27 22:38:24 2024
@@ -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@localhost
@@ -21,10 +21,14 @@ DEPENDS+= R-tibble>=2.1.3:../../math/R-t
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
Index: pkgsrc/geography/R-ggspatial/distinfo
diff -u pkgsrc/geography/R-ggspatial/distinfo:1.4 pkgsrc/geography/R-ggspatial/distinfo:1.5
--- pkgsrc/geography/R-ggspatial/distinfo:1.4 Tue Oct 26 10:45:05 2021
+++ pkgsrc/geography/R-ggspatial/distinfo Wed Nov 27 22:38:24 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index