diff options
author | markd <markd@pkgsrc.org> | 2006-07-02 13:09:22 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-07-02 13:09:22 +0000 |
commit | 436cf5d41083bef816058ed7a3af9032d2cf24e9 (patch) | |
tree | 548117ad5ad7133aa815ca1a8cc3a2fbaf73a161 | |
parent | cda94ece61b942a35b6741eafa341644738be8dc (diff) | |
download | pkgsrc-436cf5d41083bef816058ed7a3af9032d2cf24e9.tar.gz |
Initial import R-mvtnorm 0.7.2
Computes the multivariate normal and t distribution
-rw-r--r-- | math/R-mvtnorm/DESCR | 1 | ||||
-rw-r--r-- | math/R-mvtnorm/Makefile | 15 | ||||
-rw-r--r-- | math/R-mvtnorm/PLIST | 1 | ||||
-rw-r--r-- | math/R-mvtnorm/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/math/R-mvtnorm/DESCR b/math/R-mvtnorm/DESCR new file mode 100644 index 00000000000..d1f0f87e268 --- /dev/null +++ b/math/R-mvtnorm/DESCR @@ -0,0 +1 @@ +Computes the multivariate normal and t distribution diff --git a/math/R-mvtnorm/Makefile b/math/R-mvtnorm/Makefile new file mode 100644 index 00000000000..738f574c030 --- /dev/null +++ b/math/R-mvtnorm/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:09:22 markd Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/mvtnorm.html +COMMENT= Computes the multivariate normal and t distribution + +R_PKGNAME= mvtnorm +R_PKGVER= 0.7-2 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-mvtnorm/PLIST b/math/R-mvtnorm/PLIST new file mode 100644 index 00000000000..10d575a7763 --- /dev/null +++ b/math/R-mvtnorm/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 13:09:22 markd Exp $ diff --git a/math/R-mvtnorm/distinfo b/math/R-mvtnorm/distinfo new file mode 100644 index 00000000000..a218fef8cae --- /dev/null +++ b/math/R-mvtnorm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/07/02 13:09:22 markd Exp $ + +SHA1 (R/mvtnorm_0.7-2.tar.gz) = add527819cbe7367d522c434940467ebff4fbae2 +RMD160 (R/mvtnorm_0.7-2.tar.gz) = 0535e92d3e2e4f69ccdb6b0ffdbe2af39744211e +Size (R/mvtnorm_0.7-2.tar.gz) = 164113 bytes |