forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(math/R-gstat) Updated 2.0.2 to 2.0.7
# version 2.0-7 * return `NA` as estimate when prediction/simulation fails; #80 # version 2.0-6 * fixes `object 'ret' not found` bug introduced by #63; #65 #66 #70 # version 2.0-5 * use multiple cores in `variogramST`, using pkg future; #63 by @sigmafelix * fix bug with conditional simulation using `stars` target grid and nsim=1, #58 # version 2.0-4 * fix CRAN warning issue # version 2.0-3 * fix bug in support for `sf` objects; #46 * fix `krigeTg` for the case when data or newdata are of class `sf` or `sfc`; #51
- Loading branch information
mef
committed
Sep 16, 2021
1 parent
df4b7fa
commit b133be3
Showing
2 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,27 @@ | ||
# $NetBSD: Makefile,v 1.13 2020/10/12 21:52:01 bacon Exp $ | ||
# $NetBSD: Makefile,v 1.14 2021/09/16 22:17:41 mef Exp $ | ||
|
||
R_PKGNAME= gstat | ||
R_PKGVER= 2.0-2 | ||
PKGREVISION= 1 | ||
CATEGORIES= math | ||
R_PKGVER= 2.0-7 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Spatial and spatio-temporal geostatistical modelling, prediction and simulation | ||
COMMENT= Spatial & spatio-temporal modelling, prediction and simulation | ||
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 | ||
|
||
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 | ||
|
||
# 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-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 | ||
|
||
.include "../../math/R/Makefile.extension" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.8 2019/07/31 19:38:44 brook Exp $ | ||
$NetBSD: distinfo,v 1.9 2021/09/16 22:17:41 mef Exp $ | ||
|
||
SHA1 (R/gstat_2.0-2.tar.gz) = 6e8261d0f8a064880fadfe4e8ca7a2ee070da614 | ||
RMD160 (R/gstat_2.0-2.tar.gz) = edd056e4892216a0298c51bd33f896878b436aaa | ||
SHA512 (R/gstat_2.0-2.tar.gz) = 03af9895366a0c7bf26f7f1127877ce2ec2c7b6c631e14772d7c6d1ded4497475d87a1b60a80902141ed32e4cff46b4f050692eb55c6e5c15b4813e1e21a0165 | ||
Size (R/gstat_2.0-2.tar.gz) = 2285965 bytes | ||
SHA1 (R/gstat_2.0-7.tar.gz) = c7d63db2fcacd9c1b707bf7ad31daccc1d620888 | ||
RMD160 (R/gstat_2.0-7.tar.gz) = 44404bb8c4e7215922c96780766a791db135f676 | ||
SHA512 (R/gstat_2.0-7.tar.gz) = f87af89695700f737a302d6729f9dcdf9165f6870b20fd53e77686df849d74791ec71ad03e3dc0b670d2093b774925b3f5847ddfdd0cd41f7260868e739d2093 | ||
Size (R/gstat_2.0-7.tar.gz) = 2320333 bytes |