diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 13:23:10 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 13:23:10 +0000 |
commit | 2616940a0675eed6cb5b67723419b1be1de6bed5 (patch) | |
tree | 3e7d07e0d9c54b4a60bd8aaf514d7b83d5d5f673 | |
parent | 9aeaf0e6f85542e27510863f824d1fb16154cd82 (diff) | |
download | pkgsrc-2616940a0675eed6cb5b67723419b1be1de6bed5.tar.gz |
R-nortest: initial commit.
Five omnibus tests for testing the composite hypothesis of normality.
-rw-r--r-- | doc/CHANGES-2019 | 3 | ||||
-rw-r--r-- | math/Makefile | 3 | ||||
-rw-r--r-- | math/R-nortest/DESCR | 1 | ||||
-rw-r--r-- | math/R-nortest/Makefile | 16 | ||||
-rw-r--r-- | math/R-nortest/distinfo | 6 |
5 files changed, 27 insertions, 2 deletions
diff --git a/doc/CHANGES-2019 b/doc/CHANGES-2019 index 2a934796bdb..97c73cbedc2 100644 --- a/doc/CHANGES-2019 +++ b/doc/CHANGES-2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.3108 2019/07/31 13:21:42 brook Exp $ +$NetBSD: CHANGES-2019,v 1.3109 2019/07/31 13:23:10 brook Exp $ Changes to the packages collection and infrastructure in 2019: @@ -5065,3 +5065,4 @@ Changes to the packages collection and infrastructure in 2019: Added math/R-estimability version 1.3 [brook 2019-07-31] Added math/R-forcats version 0.4.0 [brook 2019-07-31] Added math/R-mitools version 2.4 [brook 2019-07-31] + Added math/R-nortest version 1.0.4 [brook 2019-07-31] diff --git a/math/Makefile b/math/Makefile index d1292cb67cb..f17c18d9927 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.418 2019/07/31 13:21:42 brook Exp $ +# $NetBSD: Makefile,v 1.419 2019/07/31 13:23:10 brook Exp $ COMMENT= Mathematics @@ -73,6 +73,7 @@ SUBDIR+= R-moonsun SUBDIR+= R-mvtnorm SUBDIR+= R-ncdf SUBDIR+= R-nloptr +SUBDIR+= R-nortest SUBDIR+= R-numDeriv SUBDIR+= R-pbkrtest SUBDIR+= R-pixmap diff --git a/math/R-nortest/DESCR b/math/R-nortest/DESCR new file mode 100644 index 00000000000..c6ea3f75138 --- /dev/null +++ b/math/R-nortest/DESCR @@ -0,0 +1 @@ +Five omnibus tests for testing the composite hypothesis of normality. diff --git a/math/R-nortest/Makefile b/math/R-nortest/Makefile new file mode 100644 index 00000000000..0abb47d8659 --- /dev/null +++ b/math/R-nortest/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2019/07/31 13:23:11 brook Exp $ + +CATEGORIES= math R + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/nortest/ +COMMENT= Tests for normality +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 + +R_PKGNAME= nortest +R_PKGVER= 1.0-4 + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-nortest/distinfo b/math/R-nortest/distinfo new file mode 100644 index 00000000000..d017390d616 --- /dev/null +++ b/math/R-nortest/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/07/31 13:23:11 brook Exp $ + +SHA1 (R/nortest_1.0-4.tar.gz) = 24806fa0fe174ed06750908c69143e9f5e10f06f +RMD160 (R/nortest_1.0-4.tar.gz) = 68ccf93e1b0e4827600f9e84565267144c293d32 +SHA512 (R/nortest_1.0-4.tar.gz) = 097eb34476ec6b8702370f36cbcb15380469334d397b0a2df24ffffcb227d83ea26e208d6d884e3c98af621913048b59d09275efb40b0f76101dcde9d824a935 +Size (R/nortest_1.0-4.tar.gz) = 6179 bytes |