aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2016-09-30 07:08:56 +0000
committerWen Heping <wen@FreeBSD.org>2016-09-30 07:08:56 +0000
commitddcf653a2f74532123f6e47dddd2bfa4f083d2aa (patch)
tree12176cfc67650c134041f254deb54acf2df5ff89 /math
parent177971b450cbe961f059671bb3f2ccb190be7d19 (diff)
downloadports-ddcf653a2f74532123f6e47dddd2bfa4f083d2aa.tar.gz
ports-ddcf653a2f74532123f6e47dddd2bfa4f083d2aa.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-nortest/Makefile17
-rw-r--r--math/R-cran-nortest/distinfo3
-rw-r--r--math/R-cran-nortest/pkg-descr3
4 files changed, 24 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 537e86e0803d..259f3408231f 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -54,6 +54,7 @@
SUBDIR += R-cran-mvtnorm
SUBDIR += R-cran-nloptr
SUBDIR += R-cran-nnls
+ SUBDIR += R-cran-nortest
SUBDIR += R-cran-outliers
SUBDIR += R-cran-pbkrtest
SUBDIR += R-cran-psych
diff --git a/math/R-cran-nortest/Makefile b/math/R-cran-nortest/Makefile
new file mode 100644
index 000000000000..afef99574951
--- /dev/null
+++ b/math/R-cran-nortest/Makefile
@@ -0,0 +1,17 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME= nortest
+DISTVERSION= 1.0-4
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= pfg@FreeBSD.org
+COMMENT= Tests for Normality
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-nortest/distinfo b/math/R-cran-nortest/distinfo
new file mode 100644
index 000000000000..5c09a6db580d
--- /dev/null
+++ b/math/R-cran-nortest/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475162072
+SHA256 (nortest_1.0-4.tar.gz) = a3850a048181d5d059c1e74903437569873b430c915b709808237d71fee5209f
+SIZE (nortest_1.0-4.tar.gz) = 6179
diff --git a/math/R-cran-nortest/pkg-descr b/math/R-cran-nortest/pkg-descr
new file mode 100644
index 000000000000..560634bb844a
--- /dev/null
+++ b/math/R-cran-nortest/pkg-descr
@@ -0,0 +1,3 @@
+Five omnibus tests for testing the composite hypothesis of normality.
+
+WWW: http://cran.r-project.org/web/packages/nortest/