Date: Mon, 28 Dec 2020 00:17:24 +0000 (UTC) From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559437 - in head/math: . R-cran-energy Message-ID: <202012280017.0BS0HOxV075503@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer) Date: Mon Dec 28 00:17:23 2020 New Revision: 559437 URL: https://svnweb.freebsd.org/changeset/ports/559437 Log: new port: math/R-cran-energy: E-Statistics: Multivariate Inference via the Energy of Data PR: 252176 Approved by: lwhsu Added: head/math/R-cran-energy/ head/math/R-cran-energy/Makefile (contents, props changed) head/math/R-cran-energy/distinfo (contents, props changed) head/math/R-cran-energy/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Dec 28 00:00:19 2020 (r559436) +++ head/math/Makefile Mon Dec 28 00:17:23 2020 (r559437) @@ -52,6 +52,7 @@ SUBDIR += R-cran-dimRed SUBDIR += R-cran-dlmodeler SUBDIR += R-cran-dplyr + SUBDIR += R-cran-energy SUBDIR += R-cran-expm SUBDIR += R-cran-forcats SUBDIR += R-cran-forecast Added: head/math/R-cran-energy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-energy/Makefile Mon Dec 28 00:17:23 2020 (r559437) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= energy +DISTVERSION= 1.7-7 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= E-Statistics: Multivariate Inference via the Energy of Data + +LICENSE= GPLv2+ + +RUN_DEPENDS= R-cran-Rcpp>=0.12.6:devel/R-cran-Rcpp + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/math/R-cran-energy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-energy/distinfo Mon Dec 28 00:17:23 2020 (r559437) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609019150 +SHA256 (energy_1.7-7.tar.gz) = 67b88fb33ee6e7bec2e4fe356a4efd36f70c3cf9b0ebe2f6d9da9ec96de9968f +SIZE (energy_1.7-7.tar.gz) = 55273 Added: head/math/R-cran-energy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-energy/pkg-descr Mon Dec 28 00:17:23 2020 (r559437) @@ -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. + +WWW: https://github.com/mariarizzo/energy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012280017.0BS0HOxV075503>