Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math math/R-goftest: import R-goftest-1.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f918f96eceb0
branches:  trunk
changeset: 436651:f918f96eceb0
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 07 02:50:20 2020 +0000

description:
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.

diffstat:

 math/Makefile           |   3 ++-
 math/R-goftest/DESCR    |   2 ++
 math/R-goftest/Makefile |  14 ++++++++++++++
 math/R-goftest/distinfo |   6 ++++++
 4 files changed, 24 insertions(+), 1 deletions(-)

diffs (51 lines):

diff -r 8c1c4b4fc23b -r f918f96eceb0 math/Makefile
--- a/math/Makefile     Fri Aug 07 02:46:58 2020 +0000
+++ b/math/Makefile     Fri Aug 07 02:50:20 2020 +0000
@@ -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-genetics
 SUBDIR+=       R-geoR
 SUBDIR+=       R-geoRglm
+SUBDIR+=       R-goftest
 SUBDIR+=       R-gss
 SUBDIR+=       R-gstat
 SUBDIR+=       R-gtable
diff -r 8c1c4b4fc23b -r f918f96eceb0 math/R-goftest/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-goftest/DESCR      Fri Aug 07 02:50:20 2020 +0000
@@ -0,0 +1,2 @@
+Cramer-Von Mises and Anderson-Darling tests of goodness-of-fit for
+continuous univariate distributions, using efficient algorithms.
diff -r 8c1c4b4fc23b -r f918f96eceb0 math/R-goftest/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-goftest/Makefile   Fri Aug 07 02:50:20 2020 +0000
@@ -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"
diff -r 8c1c4b4fc23b -r f918f96eceb0 math/R-goftest/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-goftest/distinfo   Fri Aug 07 02:50:20 2020 +0000
@@ -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