diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:14:19 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:14:19 +0000 |
commit | 3db32f1bea11c5ece3511990296f2cbcf5642824 (patch) | |
tree | 769c1f992e86446b0d230666969514d3e1a2cb66 /math/R-gstat | |
parent | 1af9a6ae75dd0743e976bef44e22058662b3254e (diff) | |
download | pkgsrc-3db32f1bea11c5ece3511990296f2cbcf5642824.tar.gz |
Imported R-gstat from pkgsrc-wip.
uni- and multivariable geostatistical modelling, prediction and
simulation
variogram modelling; simple, ordinary and universal point or block
(co)kriging, sequential Gaussian or indicator (co)simulation;
variogram and map plotting utility functions.
Diffstat (limited to 'math/R-gstat')
-rw-r--r-- | math/R-gstat/DESCR | 6 | ||||
-rw-r--r-- | math/R-gstat/Makefile | 15 | ||||
-rw-r--r-- | math/R-gstat/PLIST | 1 | ||||
-rw-r--r-- | math/R-gstat/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/R-gstat/DESCR b/math/R-gstat/DESCR new file mode 100644 index 00000000000..cfb3b48ce87 --- /dev/null +++ b/math/R-gstat/DESCR @@ -0,0 +1,6 @@ +uni- and multivariable geostatistical modelling, prediction and +simulation + +variogram modelling; simple, ordinary and universal point or block +(co)kriging, sequential Gaussian or indicator (co)simulation; +variogram and map plotting utility functions. diff --git a/math/R-gstat/Makefile b/math/R-gstat/Makefile new file mode 100644 index 00000000000..7ba41ebd6e0 --- /dev/null +++ b/math/R-gstat/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:14:19 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/gstat.html +COMMENT= Uni/multivariable geostatistical modelling, prediction and simulation + +R_PKGNAME= gstat +R_PKGVER= 0.9-13 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-gstat/PLIST b/math/R-gstat/PLIST new file mode 100644 index 00000000000..b94488fed8d --- /dev/null +++ b/math/R-gstat/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:14:19 rillig Exp $ diff --git a/math/R-gstat/distinfo b/math/R-gstat/distinfo new file mode 100644 index 00000000000..0735266339b --- /dev/null +++ b/math/R-gstat/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:14:19 rillig Exp $ + +SHA1 (R/gstat_0.9-13.tar.gz) = 79856affebf4a9a8bb91b2abbe068f36371a217e +RMD160 (R/gstat_0.9-13.tar.gz) = fcdb1f846dd42d141fb4c9384a70862f9c2ee42a +Size (R/gstat_0.9-13.tar.gz) = 443866 bytes |