aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-truncnorm
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2016-09-30 06:24:27 +0000
committerWen Heping <wen@FreeBSD.org>2016-09-30 06:24:27 +0000
commit9e2ca25ffd2b44f9632b075be9b6b4f73de44f13 (patch)
treec496b44d24bf3c8aca785cd8c9ce440458548e55 /math/R-cran-truncnorm
parent8c0b1f15f8d5f5ad4bfe16858743cce354ceb5f2 (diff)
Notes
Diffstat (limited to 'math/R-cran-truncnorm')
-rw-r--r--math/R-cran-truncnorm/Makefile16
-rw-r--r--math/R-cran-truncnorm/distinfo3
-rw-r--r--math/R-cran-truncnorm/pkg-descr5
3 files changed, 24 insertions, 0 deletions
diff --git a/math/R-cran-truncnorm/Makefile b/math/R-cran-truncnorm/Makefile
new file mode 100644
index 000000000000..e98568dcb5be
--- /dev/null
+++ b/math/R-cran-truncnorm/Makefile
@@ -0,0 +1,16 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME= truncnorm
+DISTVERSION= 1.0-7
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= pfg@FreeBSD.org
+COMMENT= Truncated normal distribution
+
+LICENSE= GPLv2
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-truncnorm/distinfo b/math/R-cran-truncnorm/distinfo
new file mode 100644
index 000000000000..c21b23d76f1e
--- /dev/null
+++ b/math/R-cran-truncnorm/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475192353
+SHA256 (truncnorm_1.0-7.tar.gz) = c7d775d09e2dcbcc543c03a207b4407b8548b5fdfeb4c017f12818507e014ce1
+SIZE (truncnorm_1.0-7.tar.gz) = 9909
diff --git a/math/R-cran-truncnorm/pkg-descr b/math/R-cran-truncnorm/pkg-descr
new file mode 100644
index 000000000000..e579ec5a61ea
--- /dev/null
+++ b/math/R-cran-truncnorm/pkg-descr
@@ -0,0 +1,5 @@
+Density, distribution function, quantile function, random generation
+and expected value function for the truncated normal distribution
+with mean equal to 'mean' and standard deviation equal to 'sd'.
+
+WWW: http://cran.r-project.org/web/packages/truncnorm/