aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-03-08 15:57:18 +0800
committerwen <wen@FreeBSD.org>2011-03-08 15:57:18 +0800
commit40912225277c98c257dcd17f4a44191fffd91810 (patch)
treef27e04b85be06aa51bff7ae3dec85326b3d723dd
parente294a788f1d36fc9b12a57d4d21e33c91fe390a4 (diff)
downloadfreebsd-ports-gnome-40912225277c98c257dcd17f4a44191fffd91810.tar.gz
freebsd-ports-gnome-40912225277c98c257dcd17f4a44191fffd91810.tar.zst
freebsd-ports-gnome-40912225277c98c257dcd17f4a44191fffd91810.zip
R-cran-mvtnorm computes multivariate normal and t probabilities, quantiles,
random deviates and densities. WWW: http://cran.r-project.org/package=mvtnorm
-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