pkgsrc-Changes archive

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

CVS commit: pkgsrc/math



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  7 02:50:21 UTC 2020

Modified Files:
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-goftest: DESCR Makefile distinfo

Log Message:
math/R-goftest: import R-goftest-1.2.2

Cramer-Von Mises and Anderson-Darling tests of goodness-of-fit for
continuous univariate distributions, using efficient algorithms.


To generate a diff of this commit:
cvs rdiff -u -r1.471 -r1.472 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-goftest/DESCR \
    pkgsrc/math/R-goftest/Makefile pkgsrc/math/R-goftest/distinfo

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

Modified files:

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.471 pkgsrc/math/Makefile:1.472
--- pkgsrc/math/Makefile:1.471  Fri Aug  7 02:46:40 2020
+++ pkgsrc/math/Makefile        Fri Aug  7 02:50:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.471 2020/08/07 02:46:40 brook Exp $
+# $NetBSD: Makefile,v 1.472 2020/08/07 02:50:20 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -59,6 +59,7 @@ SUBDIR+=      R-generics
 SUBDIR+=       R-genetics
 SUBDIR+=       R-geoR
 SUBDIR+=       R-geoRglm
+SUBDIR+=       R-goftest
 SUBDIR+=       R-gss
 SUBDIR+=       R-gstat
 SUBDIR+=       R-gtable

Added files:

Index: pkgsrc/math/R-goftest/DESCR
diff -u /dev/null pkgsrc/math/R-goftest/DESCR:1.1
--- /dev/null   Fri Aug  7 02:50:21 2020
+++ pkgsrc/math/R-goftest/DESCR Fri Aug  7 02:50:21 2020
@@ -0,0 +1,2 @@
+Cramer-Von Mises and Anderson-Darling tests of goodness-of-fit for
+continuous univariate distributions, using efficient algorithms.
Index: pkgsrc/math/R-goftest/Makefile
diff -u /dev/null pkgsrc/math/R-goftest/Makefile:1.1
--- /dev/null   Fri Aug  7 02:50:21 2020
+++ pkgsrc/math/R-goftest/Makefile      Fri Aug  7 02:50:21 2020
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 02:50:21 brook Exp $
+
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/goftest/
+COMMENT=       Classical Goodness-of-Fit Tests for Univariate Distributions
+LICENSE=       gnu-gpl-v2
+
+R_PKGNAME=     goftest
+R_PKGVER=      1.2-2
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-goftest/distinfo
diff -u /dev/null pkgsrc/math/R-goftest/distinfo:1.1
--- /dev/null   Fri Aug  7 02:50:21 2020
+++ pkgsrc/math/R-goftest/distinfo      Fri Aug  7 02:50:21 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 02:50:21 brook Exp $
+
+SHA1 (R/goftest_1.2-2.tar.gz) = 04933372da35d0a1379a3e033d8de46122dbb575
+RMD160 (R/goftest_1.2-2.tar.gz) = 2e05ecfdbe3900ec58e8a02e0a4fc13026d3952a
+SHA512 (R/goftest_1.2-2.tar.gz) = b5e37d2a015c84c0b518871e58c57c833c8b14beabb892aa09fcabf692a0821320e59529cd3dd011f7f316d65f416d48e1c143eeb1bafef547c63f98126918e3
+Size (R/goftest_1.2-2.tar.gz) = 18485 bytes



Home | Main Index | Thread Index | Old Index