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:           Wed Jun  7 12:30:09 UTC 2023

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

Log Message:
(math/R-gstat) Updated 2.0.9 to 2.1.1 (NEWS.md is not fully updated)

# version 2.1-0

* import `sftime`; modify `krigeST()` variogram functions to accept
  `sftime` objects for `data` (as alternative to `STI` or `STIDF`),
  and `stars` or `sftime` objects for `newdata`; #108 with great help
  from @henningte

* fix Gaussian cosimulation, probably introduced in 2016, #106


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/R-gstat/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/math/R-gstat/Makefile:1.16
--- pkgsrc/math/R-gstat/Makefile:1.15   Mon Apr 25 23:48:53 2022
+++ pkgsrc/math/R-gstat/Makefile        Wed Jun  7 12:30:08 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2022/04/25 23:48:53 mef Exp $
+# $NetBSD: Makefile,v 1.16 2023/06/07 12:30:08 mef Exp $
 
 R_PKGNAME=     gstat
-R_PKGVER=      2.0-9
+R_PKGVER=      2.1-1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Spatial & spatio-temporal modelling, prediction and simulation
@@ -11,16 +11,21 @@ DEPENDS+=   R-FNN>=1.1.3:../../math/R-FNN
 DEPENDS+=      R-sp>=0.9.98:../../math/R-sp
 DEPENDS+=      R-spacetime>=1.0.0:../../math/R-spacetime
 DEPENDS+=      R-zoo>=1.8.3:../../math/R-zoo
+DEPENDS+=      R-sf-[0-9]*:../../geography/R-sf
+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-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
 TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
 TEST_DEPENDS+= R-stars-[0-9]*:../../geography/R-stars
-TEST_DEPENDS+= R-raster-[0-9]*:../../geography/R-raster
 
 USE_LANGUAGES+=        c fortran
 

Index: pkgsrc/math/R-gstat/distinfo
diff -u pkgsrc/math/R-gstat/distinfo:1.12 pkgsrc/math/R-gstat/distinfo:1.13
--- pkgsrc/math/R-gstat/distinfo:1.12   Mon Apr 25 23:48:53 2022
+++ pkgsrc/math/R-gstat/distinfo        Wed Jun  7 12:30:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/04/25 23:48:53 mef Exp $
+$NetBSD: distinfo,v 1.13 2023/06/07 12:30:08 mef Exp $
 
-BLAKE2s (R/gstat_2.0-9.tar.gz) = 4b50a630dffaa396fe29ae3880b9e8b21486616a919485384d7d28f88ac6c10b
-SHA512 (R/gstat_2.0-9.tar.gz) = 0ce0092333f023f1046ab6f8c1ac9f24796ea9a0d49b6bd48eef015095218a6c9be022146531fe2daf543f4b217c1ac09583bcfeadaabca937f314ca83253f58
-Size (R/gstat_2.0-9.tar.gz) = 2324329 bytes
+BLAKE2s (R/gstat_2.1-1.tar.gz) = 5162655ed8b584cd9003cb4fd999b4036da2287e9fc4df505a9e1cfb1114dcca
+SHA512 (R/gstat_2.1-1.tar.gz) = dabed3ca8d84202cefafbf7a5673c3a000b4d20f12b4070e3686e184fb9f355601023b62ceae56655e1e488ce411f7f4e8e6e65faf0c114c3ac8a7b0750aa9e1
+Size (R/gstat_2.1-1.tar.gz) = 2297927 bytes



Home | Main Index | Thread Index | Old Index