Skip to content

Commit

Permalink
(geography/R-ggspatial) Updated 1.0.3 to 1.1.5
Browse files Browse the repository at this point in the history
# ggspatial 1.1.5

* Added a `NEWS.md` file to track changes to the package.
* Suppressed discarded datum warnings that resulted from loading
  of test data.
* Suppressed discarded datum warnings that resulted from
  'rosm' package operations.
* Fixed an error that caused RStudio to crash from excessive
  memory allocation resulting when trying to plot a single point
  with `annotation_map_tile()` (#74).
* Ensured that packages in 'Suggests' are used conditionally in
  tests and examples.
  • Loading branch information
mef committed Sep 20, 2021
1 parent df90a90 commit 38e0aca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions geography/R-ggspatial/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2020/08/09 15:14:14 brook Exp $
# $NetBSD: Makefile,v 1.2 2021/09/20 12:12:17 mef Exp $

R_PKGNAME= ggspatial
R_PKGVER= 1.0.3
R_PKGVER= 1.1.5
CATEGORIES= geography

MAINTAINER= [email protected]
Expand All @@ -20,6 +20,12 @@ DEPENDS+= R-reshape2>=1.4.3:../../math/R-reshape2
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-knitr-[0-9]*:../../print/R-knitr
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

USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
Expand Down
10 changes: 5 additions & 5 deletions geography/R-ggspatial/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/08/09 15:14:14 brook Exp $
$NetBSD: distinfo,v 1.2 2021/09/20 12:12:17 mef Exp $

SHA1 (R/ggspatial_1.0.3.tar.gz) = 4baf91bd478c48ff4b70017c56d83797ecac340d
RMD160 (R/ggspatial_1.0.3.tar.gz) = 392332bab4343492235a042d4237fb66f42d8f01
SHA512 (R/ggspatial_1.0.3.tar.gz) = 599d6e7042e156cb248126458a908aaf6eec9d59348e8f328ed75311ff126f2e5a99e1d850d4a1748681c1ce31f3d6167af828c1ca146948c493554607885673
Size (R/ggspatial_1.0.3.tar.gz) = 2307359 bytes
SHA1 (R/ggspatial_1.1.5.tar.gz) = c56e2f1c49cde6a2680e047579eff32908c42fc9
RMD160 (R/ggspatial_1.1.5.tar.gz) = 7415e353aedd22bd361e780ece90fe62cfbb9ccb
SHA512 (R/ggspatial_1.1.5.tar.gz) = 0997aaa176313939224d5a893a67d6ffcb807c13455beec33bab08a3c3fb6a8a242e9b57a9492720317e07d6787b36fb7437b75866491ee1f621fff64afdb660
Size (R/ggspatial_1.1.5.tar.gz) = 2328659 bytes

0 comments on commit 38e0aca

Please sign in to comment.