diff options
author | wen <wen@FreeBSD.org> | 2016-09-30 15:08:56 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-09-30 15:08:56 +0800 |
commit | d3bf130687789510ccad7764494f888b3370ffb6 (patch) | |
tree | 12176cfc67650c134041f254deb54acf2df5ff89 /math | |
parent | eceb49b82593db8efc062911f10cdbe89a42d5f1 (diff) | |
download | freebsd-ports-gnome-d3bf130687789510ccad7764494f888b3370ffb6.tar.gz freebsd-ports-gnome-d3bf130687789510ccad7764494f888b3370ffb6.tar.zst freebsd-ports-gnome-d3bf130687789510ccad7764494f888b3370ffb6.zip |
Five omnibus tests for testing the composite hypothesis of normality.
WWW: http://cran.r-project.org/web/packages/nortest/
PR: 213089
Submitted by: pfg@
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-nortest/Makefile | 17 | ||||
-rw-r--r-- | math/R-cran-nortest/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-nortest/pkg-descr | 3 |
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/ |