aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-03-08 07:57:18 +0000
committerWen Heping <wen@FreeBSD.org>2011-03-08 07:57:18 +0000
commitfe1c8ed8db55fe408496dd68020a462dabac85b8 (patch)
treeab4afacb8d98c10ec4e4d7149c95dd8eac6fc1a0 /math
parent475c191b01cb2aefe832dabdf24862daa77f4013 (diff)
downloadports-fe1c8ed8db55fe408496dd68020a462dabac85b8.tar.gz
ports-fe1c8ed8db55fe408496dd68020a462dabac85b8.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-mvtnorm/Makefile20
-rw-r--r--math/R-cran-mvtnorm/distinfo2
-rw-r--r--math/R-cran-mvtnorm/pkg-descr4
4 files changed, 27 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index f29888c436ea..53d5bc95806d 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -13,6 +13,7 @@
SUBDIR += R-cran-gpclib
SUBDIR += R-cran-igraph
SUBDIR += R-cran-inline
+ SUBDIR += R-cran-mvtnorm
SUBDIR += R-cran-psych
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp
diff --git a/math/R-cran-mvtnorm/Makefile b/math/R-cran-mvtnorm/Makefile
new file mode 100644
index 000000000000..1c5aef7fd45c
--- /dev/null
+++ b/math/R-cran-mvtnorm/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: R-cran-mvtnorm
+# Date created: March 08, 2011
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mvtnorm
+PORTVERSION= 0.9.96
+CATEGORIES= math
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Multivariate Normal and t Distributions
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-mvtnorm/distinfo b/math/R-cran-mvtnorm/distinfo
new file mode 100644
index 000000000000..a13ec7ca63d1
--- /dev/null
+++ b/math/R-cran-mvtnorm/distinfo
@@ -0,0 +1,2 @@
+SHA256 (mvtnorm_0.9-96.tar.gz) = 5280c71dc5034d34b23da5072030f7b056ab552a895041bae47f04b97bbf11e5
+SIZE (mvtnorm_0.9-96.tar.gz) = 318445
diff --git a/math/R-cran-mvtnorm/pkg-descr b/math/R-cran-mvtnorm/pkg-descr
new file mode 100644
index 000000000000..79de49f4c47c
--- /dev/null
+++ b/math/R-cran-mvtnorm/pkg-descr
@@ -0,0 +1,4 @@
+R-cran-mvtnorm computes multivariate normal and t probabilities, quantiles,
+random deviates and densities.
+
+WWW: http://cran.r-project.org/package=mvtnorm