pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-gstat



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Feb 14 15:30:55 UTC 2025

Modified Files:
        pkgsrc/math/R-gstat: Makefile distinfo

Log Message:
(math/R-gstat) updated 2.1.2 to 2.1.3, NEWS.md not updated

# version 2.1-2
* `variogram()` supports `stars` (raster) objects, benefiting
   from them being gridded


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/R-gstat/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/R-gstat/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-gstat/Makefile
diff -u pkgsrc/math/R-gstat/Makefile:1.17 pkgsrc/math/R-gstat/Makefile:1.18
--- pkgsrc/math/R-gstat/Makefile:1.17   Sun Nov  3 06:26:22 2024
+++ pkgsrc/math/R-gstat/Makefile        Fri Feb 14 15:30:55 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2024/11/03 06:26:22 mef Exp $
+# $NetBSD: Makefile,v 1.18 2025/02/14 15:30:55 mef Exp $
 
 R_PKGNAME=     gstat
-R_PKGVER=      2.1-2
+R_PKGVER=      2.1-3
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Spatial & spatio-temporal modelling, prediction and simulation
@@ -15,12 +15,14 @@ DEPENDS+=   R-sf-[0-9]*:../../geography/R-
 DEPENDS+=      R-sftime-[0-9]*:../../time/R-sftime
 DEPENDS+=      R-stars-[0-9]*:../../geography/R-stars
 
-# Package required but not available: 'sftime'
 # Packages suggested but not available: 'fields', 'future', 'future.apply'
 
+TEST_DEPENDS+= R-RColorBrewer-[0-9]*:../../math/R-RColorBrewer
+#EST_DEPENDS+= R-future-[0-9]*:../../wip/R-future
+TEST_DEPENDS+= R-geoR-[0-9]*:../../math/R-geoR
+TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
 TEST_DEPENDS+= R-mapdata-[0-9]*:../../geography/R-mapdata
 TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps
-TEST_DEPENDS+= R-maptools-[0-9]*:../../geography/R-maptools
 TEST_DEPENDS+= R-raster-[0-9]*:../../geography/R-raster
 TEST_DEPENDS+= R-rgdal-[0-9]*:../../geography/R-rgdal
 TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos

Index: pkgsrc/math/R-gstat/distinfo
diff -u pkgsrc/math/R-gstat/distinfo:1.14 pkgsrc/math/R-gstat/distinfo:1.15
--- pkgsrc/math/R-gstat/distinfo:1.14   Sun Nov  3 06:26:22 2024
+++ pkgsrc/math/R-gstat/distinfo        Fri Feb 14 15:30:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/11/03 06:26:22 mef Exp $
+$NetBSD: distinfo,v 1.15 2025/02/14 15:30:55 mef Exp $
 
-BLAKE2s (R/gstat_2.1-2.tar.gz) = 8a15bbef5764c498ef83fe16bd21844c03eb9f781000c45c4c9aefb7ddb002d8
-SHA512 (R/gstat_2.1-2.tar.gz) = ad532f525c78c82edb4e28dcaeb042368894d6b20e14fa069269dfa3f9e45c0c0ba075af9dbc1b4c648431fa7a21d61f387c423226d00b82e2c45c2ae601d297
-Size (R/gstat_2.1-2.tar.gz) = 2283118 bytes
+BLAKE2s (R/gstat_2.1-3.tar.gz) = 02da296dd59fc64cf3afb50575fcfdfc8b741cd6327132a77a674e89e166d06a
+SHA512 (R/gstat_2.1-3.tar.gz) = 53718260126cd7a3c6353c425f155c7faf4987dde68d936e5423a94db29c634c4874bd8318993ea2be1bcca464d67a904e9d8f7ff70984122ff25add8bbec5af
+Size (R/gstat_2.1-3.tar.gz) = 2282735 bytes



Home | Main Index | Thread Index | Old Index