diff options
author | wen <wen@pkgsrc.org> | 2016-02-25 01:59:08 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-02-25 01:59:08 +0000 |
commit | ff4dcd18ae776bcafe6d28001106c5eb660eb4cc (patch) | |
tree | 26faa6a987943fdbbfb53dbf4ad3e1ccca17a489 /math | |
parent | 206f485c2f713bd506aca074c130ac0197ac1ee1 (diff) | |
download | pkgsrc-ff4dcd18ae776bcafe6d28001106c5eb660eb4cc.tar.gz |
Update to 1.1.2
Add missing DEPENDS
Upstream changes:
Changes in version 1.1-2 (2016-02-22)
fixed memcpy for overlapping regions error, found in valgrind checks by Brian Ripley
fixed a few more (small) memory leaks
Changes in version 1.1-1 (2016-02-19)
Further cleaned up C source code, got rid of lex and yacc files
Improve fit.variogram to choose initial values for range, sill and nugget before fitting, and fit over a range of model types
allow NA values in vgm
Fixed https://github.com/edzer/gstat/issues/1
Changes in version 1.1-0 (2015-10-17)
remove meschach matrix library, rewrote interface, link to R's lapack
improve notification in case of singular matrices
remove all C code that was not used by R package gstat
add Makevars, remove configure
remove links to ai-geostats.org
wrap fit.StVariogram example in dontrun
Changes in version 1.0-26 (2015-08-26)
use ordered spatial index when selecting nearest strongest correlated neighbours in local kriging to avoid warning of spacetime
update spatio-temporal geostatitics vignettes; add R Journal draft
add spatio-temporal PM10 interpolation movie (mp4)
Diffstat (limited to 'math')
-rw-r--r-- | math/R-gstat/Makefile | 7 | ||||
-rw-r--r-- | math/R-gstat/distinfo | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/math/R-gstat/Makefile b/math/R-gstat/Makefile index 800f537ca40..0afe19fa81e 100644 --- a/math/R-gstat/Makefile +++ b/math/R-gstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/01/24 01:51:13 wen Exp $ +# $NetBSD: Makefile,v 1.8 2016/02/25 01:59:08 wen Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,10 +9,13 @@ COMMENT= Uni/multivariable geostatistical modelling, prediction and simulation LICENSE= gnu-gpl-v2 R_PKGNAME= gstat -R_PKGVER= 1.0-15 +R_PKGVER= 1.1-2 DEPENDS+= R-sp>=0.9.98:../../math/R-sp DEPENDS+= R-spacetime>=1.0.0:../../math/R-spacetime +DEPENDS+= R-FNN>=0:../../math/R-FNN .include "../../math/R/Makefile.extension" +.include "../../math/blas/buildlink3.mk" +.include "../../lang/g95/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-gstat/distinfo b/math/R-gstat/distinfo index 4cc60c61702..4dfb0a9e68c 100644 --- a/math/R-gstat/distinfo +++ b/math/R-gstat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:33:28 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/02/25 01:59:08 wen Exp $ -SHA1 (R/gstat_1.0-15.tar.gz) = 56b866ecd9db30a96756084f927ed878b1ee7745 -RMD160 (R/gstat_1.0-15.tar.gz) = 37db644464ea354e2df16c4b7d1e5b48e399e0c3 -SHA512 (R/gstat_1.0-15.tar.gz) = e7db358321974a587cc97437c6bd6854f266b2ab43ad44f38121caafa43b4be92b04ddef3a2c214bd19663ddd735af7fe6f7bdb606cfacd3f50a0109504382c1 -Size (R/gstat_1.0-15.tar.gz) = 2029233 bytes +SHA1 (R/gstat_1.1-2.tar.gz) = 1c1770159afd40238d790b8dddad00256fabdfc5 +RMD160 (R/gstat_1.1-2.tar.gz) = 5e23bd6198fc3603f7ceffef0dd08d7dbf78dc17 +SHA512 (R/gstat_1.1-2.tar.gz) = 6240d43b89642fb08447fd315c570457640fddc28af4f193e11e15dc42314b2eb8fe44750eb742532667d64db069420e609d247179dbff05676dce2a2c56e289 +Size (R/gstat_1.1-2.tar.gz) = 2618748 bytes |