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:           Fri Aug  9 15:42:02 UTC 2019

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

Log Message:
R-energy: initial commit

E-statistics (energy) tests and statistics for multivariate and
univariate inference, including distance correlation, one-sample,
two-sample, and multi-sample tests for comparing multivariate
distributions, are implemented. Measuring and testing multivariate
independence based on distance correlation, partial distance
correlation, multivariate goodness-of-fit tests, k-groups and
hierarchical clustering based on energy distance, testing for
multivariate normality, distance components (disco) for non-parametric
analysis of structured data, and other energy statistics/methods are
implemented.


To generate a diff of this commit:
cvs rdiff -u -r1.3324 -r1.3325 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.426 -r1.427 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-energy/DESCR \
    pkgsrc/math/R-energy/Makefile pkgsrc/math/R-energy/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.3324 pkgsrc/doc/CHANGES-2019:1.3325
--- pkgsrc/doc/CHANGES-2019:1.3324      Fri Aug  9 15:39:04 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 15:42:02 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3324 2019/08/09 15:39:04 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3325 2019/08/09 15:42:02 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5448,3 +5448,4 @@ Changes to the packages collection and i
        Updated graphics/pngquant to 2.12.5 [adam 2019-08-09]
        Added graphics/R-latex2exp version 0.4.0 [brook 2019-08-09]
        Added finance/R-bayesm version 3.1.3 [brook 2019-08-09]
+       Added math/R-energy version 1.7.6 [brook 2019-08-09]

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.426 pkgsrc/math/Makefile:1.427
--- pkgsrc/math/Makefile:1.426  Wed Jul 31 13:34:58 2019
+++ pkgsrc/math/Makefile        Fri Aug  9 15:42:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.426 2019/07/31 13:34:58 brook Exp $
+# $NetBSD: Makefile,v 1.427 2019/08/09 15:42:02 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -46,6 +46,7 @@ SUBDIR+=      R-date
 SUBDIR+=       R-e1071
 SUBDIR+=       R-ellipsis
 SUBDIR+=       R-emdbook
+SUBDIR+=       R-energy
 SUBDIR+=       R-estimability
 SUBDIR+=       R-forcats
 SUBDIR+=       R-forecast

Added files:

Index: pkgsrc/math/R-energy/DESCR
diff -u /dev/null pkgsrc/math/R-energy/DESCR:1.1
--- /dev/null   Fri Aug  9 15:42:02 2019
+++ pkgsrc/math/R-energy/DESCR  Fri Aug  9 15:42:02 2019
@@ -0,0 +1,10 @@
+E-statistics (energy) tests and statistics for multivariate and
+univariate inference, including distance correlation, one-sample,
+two-sample, and multi-sample tests for comparing multivariate
+distributions, are implemented. Measuring and testing multivariate
+independence based on distance correlation, partial distance
+correlation, multivariate goodness-of-fit tests, k-groups and
+hierarchical clustering based on energy distance, testing for
+multivariate normality, distance components (disco) for non-parametric
+analysis of structured data, and other energy statistics/methods are
+implemented.
Index: pkgsrc/math/R-energy/Makefile
diff -u /dev/null pkgsrc/math/R-energy/Makefile:1.1
--- /dev/null   Fri Aug  9 15:42:02 2019
+++ pkgsrc/math/R-energy/Makefile       Fri Aug  9 15:42:02 2019
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 15:42:02 brook Exp $
+
+R_PKGNAME=     energy
+R_PKGVER=      1.7-6
+CATEGORIES=    math
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       E-statistics: multivariate inference via the energy of data
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-energy/distinfo
diff -u /dev/null pkgsrc/math/R-energy/distinfo:1.1
--- /dev/null   Fri Aug  9 15:42:02 2019
+++ pkgsrc/math/R-energy/distinfo       Fri Aug  9 15:42:02 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 15:42:02 brook Exp $
+
+SHA1 (R/energy_1.7-6.tar.gz) = f2e1e98d22babf8c0d36d0379c4c351696e2a16e
+RMD160 (R/energy_1.7-6.tar.gz) = 05f356fa9945fe4b9c7faa72c9ba99ce7ad687d0
+SHA512 (R/energy_1.7-6.tar.gz) = bda51409815dea02931b7bba150f9a3c35f496e56d8034b82a510ce6306beb7a272a045ca6991f06edea1647523ba307f1686b51fe3b4600a12a92f70653a6a6
+Size (R/energy_1.7-6.tar.gz) = 55158 bytes



Home | Main Index | Thread Index | Old Index