pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 13:23:11 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-nortest: DESCR Makefile distinfo

Log Message:
R-nortest: initial commit.

Five omnibus tests for testing the composite hypothesis of normality.


To generate a diff of this commit:
cvs rdiff -u -r1.3108 -r1.3109 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.418 -r1.419 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-nortest/DESCR \
    pkgsrc/math/R-nortest/Makefile pkgsrc/math/R-nortest/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3108 pkgsrc/doc/CHANGES-2019:1.3109
--- pkgsrc/doc/CHANGES-2019:1.3108      Wed Jul 31 13:21:42 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:23:10 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 i
        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]

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.418 pkgsrc/math/Makefile:1.419
--- pkgsrc/math/Makefile:1.418  Wed Jul 31 13:21:42 2019
+++ pkgsrc/math/Makefile        Wed Jul 31 13:23:10 2019
@@ -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

Added files:

Index: pkgsrc/math/R-nortest/DESCR
diff -u /dev/null pkgsrc/math/R-nortest/DESCR:1.1
--- /dev/null   Wed Jul 31 13:23:11 2019
+++ pkgsrc/math/R-nortest/DESCR Wed Jul 31 13:23:11 2019
@@ -0,0 +1 @@
+Five omnibus tests for testing the composite hypothesis of normality.
Index: pkgsrc/math/R-nortest/Makefile
diff -u /dev/null pkgsrc/math/R-nortest/Makefile:1.1
--- /dev/null   Wed Jul 31 13:23:11 2019
+++ pkgsrc/math/R-nortest/Makefile      Wed Jul 31 13:23:11 2019
@@ -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"
Index: pkgsrc/math/R-nortest/distinfo
diff -u /dev/null pkgsrc/math/R-nortest/distinfo:1.1
--- /dev/null   Wed Jul 31 13:23:11 2019
+++ pkgsrc/math/R-nortest/distinfo      Wed Jul 31 13:23:11 2019
@@ -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