Skip to content

Commit 5778ec6

Browse files
author
mef
committed
(..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)
1 parent 65eb132 commit 5778ec6

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

geography/R-ggspatial/Makefile

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.2 2021/09/20 12:12:17 mef Exp $
1+
# $NetBSD: Makefile,v 1.3 2024/11/27 22:38:24 mef Exp $
22

33
R_PKGNAME= ggspatial
4-
R_PKGVER= 1.1.5
4+
R_PKGVER= 1.1.9
55
CATEGORIES= geography
66

77
MAINTAINER= [email protected]
@@ -21,10 +21,14 @@ DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
2121
DEPENDS+= R-tidyr>=1.0.2:../../math/R-tidyr
2222

2323
# Packages suggested but not available: 'ggrepel', 'vdiffr'
24+
25+
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
2426
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
27+
TEST_DEPENDS+= R-lwgeom-[0-9]*:../../geography/R-lwgeom
2528
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
2629
TEST_DEPENDS+= R-stars-[0-9]*:../../geography/R-stars
27-
TEST_DEPENDS+= R-lwgeom-[0-9]*:../../geography/R-lwgeom
30+
TEST_DEPENDS+= R-terra-[0-9]*:../../geography/R-terra
31+
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
2832

2933
USE_LANGUAGES= # none
3034

geography/R-ggspatial/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.4 2021/10/26 10:45:05 nia Exp $
1+
$NetBSD: distinfo,v 1.5 2024/11/27 22:38:24 mef Exp $
22

3-
BLAKE2s (R/ggspatial_1.1.5.tar.gz) = ff72401f379d479f03c029d019f1ec988d72d89b78fa1ccc4a1099cdbfede603
4-
SHA512 (R/ggspatial_1.1.5.tar.gz) = 0997aaa176313939224d5a893a67d6ffcb807c13455beec33bab08a3c3fb6a8a242e9b57a9492720317e07d6787b36fb7437b75866491ee1f621fff64afdb660
5-
Size (R/ggspatial_1.1.5.tar.gz) = 2328659 bytes
3+
BLAKE2s (R/ggspatial_1.1.9.tar.gz) = 31971661e2662860e93e6edfab686385f8813fd1b6f7ef18c51cf38f749edf07
4+
SHA512 (R/ggspatial_1.1.9.tar.gz) = 60c41b33116fdd1131964a76a11c32cbc85880adc7be0cc82edfda8372b1a8d267ebe8df9d27b48ead167548d0c0f63785a1e9cd0e6bcde3a4b8b2e395a99a18
5+
Size (R/ggspatial_1.1.9.tar.gz) = 2296355 bytes

0 commit comments

Comments
 (0)