diff options
author | brook <brook> | 2012-04-01 17:46:27 +0000 |
---|---|---|
committer | brook <brook> | 2012-04-01 17:46:27 +0000 |
commit | 82d9ea319d1690530b3c4e0e82d210a91fba1e80 (patch) | |
tree | 4004309aadfb1e91956d2b4001d8468d32d8f751 /math/R-RandomFields | |
parent | 3813f3d5473ca24c9cc2c76c789fe275736af12b (diff) | |
download | pkgsrc-82d9ea319d1690530b3c4e0e82d210a91fba1e80.tar.gz |
Initial import of package.
RandomFields: Simulation and Analysis of Random Fields
Simulation of Gaussian and extreme value random fields; conditional
simulation; kriging.
Diffstat (limited to 'math/R-RandomFields')
-rw-r--r-- | math/R-RandomFields/DESCR | 2 | ||||
-rw-r--r-- | math/R-RandomFields/Makefile | 18 | ||||
-rw-r--r-- | math/R-RandomFields/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/math/R-RandomFields/DESCR b/math/R-RandomFields/DESCR new file mode 100644 index 00000000000..0176f40a84e --- /dev/null +++ b/math/R-RandomFields/DESCR @@ -0,0 +1,2 @@ +Simulation of Gaussian and extreme value random fields; conditional +simulation; kriging. diff --git a/math/R-RandomFields/Makefile b/math/R-RandomFields/Makefile new file mode 100644 index 00000000000..a40b74bb2a3 --- /dev/null +++ b/math/R-RandomFields/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/04/01 17:46:27 brook Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/RandomFields/ +COMMENT= Simulation and analysis of random fields +# LICENSE= GPL (gnu-gpl-v?) + +R_PKGNAME= RandomFields +R_PKGVER= 2.0.54 + +USE_LANGUAGES+= c c++ fortran + +.include "../../math/R/Makefile.extension" +.include "../../math/blas/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-RandomFields/distinfo b/math/R-RandomFields/distinfo new file mode 100644 index 00000000000..5abcab1a482 --- /dev/null +++ b/math/R-RandomFields/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/04/01 17:46:27 brook Exp $ + +SHA1 (R/RandomFields_2.0.54.tar.gz) = 58ba27eaf42977552ae49fb2044871b32340c691 +RMD160 (R/RandomFields_2.0.54.tar.gz) = 216538e7ec971624b258dfc4d37f5be999c45160 +Size (R/RandomFields_2.0.54.tar.gz) = 493065 bytes |