From 436cf5d41083bef816058ed7a3af9032d2cf24e9 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 2 Jul 2006 13:09:22 +0000 Subject: [PATCH] Initial import R-mvtnorm 0.7.2 Computes the multivariate normal and t distribution --- math/R-mvtnorm/DESCR | 1 + math/R-mvtnorm/Makefile | 15 +++++++++++++++ math/R-mvtnorm/PLIST | 1 + math/R-mvtnorm/distinfo | 5 +++++ 4 files changed, 22 insertions(+) create mode 100644 math/R-mvtnorm/DESCR create mode 100644 math/R-mvtnorm/Makefile create mode 100644 math/R-mvtnorm/PLIST create mode 100644 math/R-mvtnorm/distinfo diff --git a/math/R-mvtnorm/DESCR b/math/R-mvtnorm/DESCR new file mode 100644 index 000000000000..d1f0f87e2681 --- /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 000000000000..738f574c030f --- /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 000000000000..10d575a77630 --- /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 000000000000..a218fef8caee --- /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