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


(mef)
diff -r1.15 -r1.16 pkgsrc/math/R-gstat/Makefile
diff -r1.12 -r1.13 pkgsrc/math/R-gstat/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/math/R-gstat/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-gstat/Makefile 2022/04/25 23:48:53 1.15
+++ pkgsrc/math/R-gstat/Makefile 2023/06/07 12:30:08 1.16
@@ -1,29 +1,34 @@ @@ -1,29 +1,34 @@
1# $NetBSD: Makefile,v 1.15 2022/04/25 23:48:53 mef Exp $ 1# $NetBSD: Makefile,v 1.16 2023/06/07 12:30:08 mef Exp $
2 2
3R_PKGNAME= gstat 3R_PKGNAME= gstat
4R_PKGVER= 2.0-9 4R_PKGVER= 2.1-1
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7COMMENT= Spatial & spatio-temporal modelling, prediction and simulation 7COMMENT= Spatial & spatio-temporal modelling, prediction and simulation
8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
9 9
10DEPENDS+= R-FNN>=1.1.3:../../math/R-FNN 10DEPENDS+= R-FNN>=1.1.3:../../math/R-FNN
11DEPENDS+= R-sp>=0.9.98:../../math/R-sp 11DEPENDS+= R-sp>=0.9.98:../../math/R-sp
12DEPENDS+= R-spacetime>=1.0.0:../../math/R-spacetime 12DEPENDS+= R-spacetime>=1.0.0:../../math/R-spacetime
13DEPENDS+= R-zoo>=1.8.3:../../math/R-zoo 13DEPENDS+= R-zoo>=1.8.3:../../math/R-zoo
 14DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
 15DEPENDS+= R-sftime-[0-9]*:../../time/R-sftime
 16DEPENDS+= R-stars-[0-9]*:../../geography/R-stars
14 17
 18# Package required but not available: 'sftime'
15# Packages suggested but not available: 'fields', 'future', 'future.apply' 19# Packages suggested but not available: 'fields', 'future', 'future.apply'
 20
16TEST_DEPENDS+= R-mapdata-[0-9]*:../../geography/R-mapdata 21TEST_DEPENDS+= R-mapdata-[0-9]*:../../geography/R-mapdata
17TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps 22TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps
18TEST_DEPENDS+= R-maptools-[0-9]*:../../geography/R-maptools 23TEST_DEPENDS+= R-maptools-[0-9]*:../../geography/R-maptools
 24TEST_DEPENDS+= R-raster-[0-9]*:../../geography/R-raster
19TEST_DEPENDS+= R-rgdal-[0-9]*:../../geography/R-rgdal 25TEST_DEPENDS+= R-rgdal-[0-9]*:../../geography/R-rgdal
20TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos 26TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos
21TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf 27TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
22TEST_DEPENDS+= R-stars-[0-9]*:../../geography/R-stars 28TEST_DEPENDS+= R-stars-[0-9]*:../../geography/R-stars
23TEST_DEPENDS+= R-raster-[0-9]*:../../geography/R-raster 
24 29
25USE_LANGUAGES+= c fortran 30USE_LANGUAGES+= c fortran
26 31
27.include "../../math/R/Makefile.extension" 32.include "../../math/R/Makefile.extension"
28.include "../../mk/blas.buildlink3.mk" 33.include "../../mk/blas.buildlink3.mk"
29.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/math/R-gstat/distinfo (expand / switch to unified diff)

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