pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/R-ggspatial (geography/R-ggspatial) Updated ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17de5adda781
branches:  trunk
changeset: 458839:17de5adda781
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Sep 20 12:12:17 2021 +0000

description:
(geography/R-ggspatial) Updated 1.0.3 to 1.1.5

# 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.

diffstat:

 geography/R-ggspatial/Makefile |  10 ++++++++--
 geography/R-ggspatial/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r 8de76f40b17a -r 17de5adda781 geography/R-ggspatial/Makefile
--- a/geography/R-ggspatial/Makefile    Mon Sep 20 11:57:50 2021 +0000
+++ b/geography/R-ggspatial/Makefile    Mon Sep 20 12:12:17 2021 +0000
@@ -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=    pkgsrc-users%NetBSD.org@localhost
@@ -20,6 +20,12 @@
 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"
diff -r 8de76f40b17a -r 17de5adda781 geography/R-ggspatial/distinfo
--- a/geography/R-ggspatial/distinfo    Mon Sep 20 11:57:50 2021 +0000
+++ b/geography/R-ggspatial/distinfo    Mon Sep 20 12:12:17 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index