pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-nortest: initial commit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c6d9ced835fb
branches: trunk
changeset: 337047:c6d9ced835fb
user: brook <brook%pkgsrc.org@localhost>
date: Wed Jul 31 13:23:10 2019 +0000
description:
R-nortest: initial commit.
Five omnibus tests for testing the composite hypothesis of normality.
diffstat:
doc/CHANGES-2019 | 3 ++-
math/Makefile | 3 ++-
math/R-nortest/DESCR | 1 +
math/R-nortest/Makefile | 16 ++++++++++++++++
math/R-nortest/distinfo | 6 ++++++
5 files changed, 27 insertions(+), 2 deletions(-)
diffs (66 lines):
diff -r 6b520379179d -r c6d9ced835fb doc/CHANGES-2019
--- a/doc/CHANGES-2019 Wed Jul 31 13:21:42 2019 +0000
+++ b/doc/CHANGES-2019 Wed Jul 31 13:23:10 2019 +0000
@@ -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 @@
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 -r 6b520379179d -r c6d9ced835fb math/Makefile
--- a/math/Makefile Wed Jul 31 13:21:42 2019 +0000
+++ b/math/Makefile Wed Jul 31 13:23:10 2019 +0000
@@ -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-mvtnorm
SUBDIR+= R-ncdf
SUBDIR+= R-nloptr
+SUBDIR+= R-nortest
SUBDIR+= R-numDeriv
SUBDIR+= R-pbkrtest
SUBDIR+= R-pixmap
diff -r 6b520379179d -r c6d9ced835fb math/R-nortest/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-nortest/DESCR Wed Jul 31 13:23:10 2019 +0000
@@ -0,0 +1,1 @@
+Five omnibus tests for testing the composite hypothesis of normality.
diff -r 6b520379179d -r c6d9ced835fb math/R-nortest/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-nortest/Makefile Wed Jul 31 13:23:10 2019 +0000
@@ -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@localhost
+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 -r 6b520379179d -r c6d9ced835fb math/R-nortest/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-nortest/distinfo Wed Jul 31 13:23:10 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index