Skip to content

Commit

Permalink
(..geography/R-ggspatial) Updated 1.1.5 to 1.1.9
Browse files Browse the repository at this point in the history
# 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)
  • Loading branch information
mef committed Nov 27, 2024
1 parent 65eb132 commit 5778ec6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions geography/R-ggspatial/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions geography/R-ggspatial/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5778ec6

Please sign in to comment.