pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-energy: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06fe046b01af
branches:  trunk
changeset: 337613:06fe046b01af
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 15:42:02 2019 +0000

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

diffstat:

 doc/CHANGES-2019       |   3 ++-
 math/Makefile          |   3 ++-
 math/R-energy/DESCR    |  10 ++++++++++
 math/R-energy/Makefile |  15 +++++++++++++++
 math/R-energy/distinfo |   6 ++++++
 5 files changed, 35 insertions(+), 2 deletions(-)

diffs (74 lines):

diff -r 19074c50f7eb -r 06fe046b01af doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 15:39:04 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 15:42:02 2019 +0000
@@ -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 @@
        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]
diff -r 19074c50f7eb -r 06fe046b01af math/Makefile
--- a/math/Makefile     Fri Aug 09 15:39:04 2019 +0000
+++ b/math/Makefile     Fri Aug 09 15:42:02 2019 +0000
@@ -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-e1071
 SUBDIR+=       R-ellipsis
 SUBDIR+=       R-emdbook
+SUBDIR+=       R-energy
 SUBDIR+=       R-estimability
 SUBDIR+=       R-forcats
 SUBDIR+=       R-forecast
diff -r 19074c50f7eb -r 06fe046b01af math/R-energy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-energy/DESCR       Fri Aug 09 15:42:02 2019 +0000
@@ -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.
diff -r 19074c50f7eb -r 06fe046b01af math/R-energy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-energy/Makefile    Fri Aug 09 15:42:02 2019 +0000
@@ -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"
diff -r 19074c50f7eb -r 06fe046b01af math/R-energy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-energy/distinfo    Fri Aug 09 15:42:02 2019 +0000
@@ -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