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)
21 lines
610 B
Makefile
21 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.8 2016/02/25 01:59:08 wen Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/gstat/
|
|
COMMENT= Uni/multivariable geostatistical modelling, prediction and simulation
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= gstat
|
|
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"
|