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:           Mon Sep 20 12:12:17 UTC 2021

Modified Files:
        pkgsrc/geography/R-ggspatial: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-ggspatial/Makefile \
    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.1 pkgsrc/geography/R-ggspatial/Makefile:1.2
--- pkgsrc/geography/R-ggspatial/Makefile:1.1   Sun Aug  9 15:14:14 2020
+++ pkgsrc/geography/R-ggspatial/Makefile       Mon Sep 20 12:12:17 2021
@@ -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-reshape2>=1.4.3:../../math/R
 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"
Index: pkgsrc/geography/R-ggspatial/distinfo
diff -u pkgsrc/geography/R-ggspatial/distinfo:1.1 pkgsrc/geography/R-ggspatial/distinfo:1.2
--- pkgsrc/geography/R-ggspatial/distinfo:1.1   Sun Aug  9 15:14:14 2020
+++ pkgsrc/geography/R-ggspatial/distinfo       Mon Sep 20 12:12:17 2021
@@ -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