Date: Sun, 10 Sep 2017 12:08:13 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449539 - in head/math: . R-cran-ddalpha Message-ID: <201709101208.v8AC8DuA088110@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Sep 10 12:08:13 2017 New Revision: 449539 URL: https://svnweb.freebsd.org/changeset/ports/449539 Log: - Add new port: math/R-cran-ddalpha Contains procedures for depth-based supervised learning, which are entirely non-parametric, in particular the DDalpha-procedure (Lange, Mosler and Mozharovskyi, 2014). The training data sample is transformed by a statistical depth function to a compact low-dimensional space, where the final classification is done. It also offers an extension to functional data and routines for calculating certain notions of statistical depth functions. 50 multivariate and 5 functional classification problems are included. WWW: https://cran.r-project.org/web/packages/ddalpha/ Added: head/math/R-cran-ddalpha/ head/math/R-cran-ddalpha/Makefile (contents, props changed) head/math/R-cran-ddalpha/distinfo (contents, props changed) head/math/R-cran-ddalpha/pkg-descr (contents, props changed) Modified: head/math/Makefile (contents, props changed) Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Sep 10 11:49:49 2017 (r449538) +++ head/math/Makefile Sun Sep 10 12:08:13 2017 (r449539) @@ -36,6 +36,7 @@ SUBDIR += R-cran-car SUBDIR += R-cran-coda SUBDIR += R-cran-combinat + SUBDIR += R-cran-ddalpha SUBDIR += R-cran-deldir SUBDIR += R-cran-dimRed SUBDIR += R-cran-dlmodeler Added: head/math/R-cran-ddalpha/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-ddalpha/Makefile Sun Sep 10 12:08:13 2017 (r449539) @@ -0,0 +1,22 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ddalpha +PORTVERSION= 1.2.1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Depth-Based Classification and Calculation of Data Depth + +LICENSE= GPLv2 + +CRAN_DEPENDS= R-cran-robustbase>0:math/R-cran-robustbase \ + R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ + R-cran-BH>0:devel/R-cran-BH +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/math/R-cran-ddalpha/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-ddalpha/distinfo Sun Sep 10 12:08:13 2017 (r449539) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505038914 +SHA256 (ddalpha_1.2.1.tar.gz) = c4a9842e9dec1bd992460e6c68b5f2f5d6463d0c2474ef2e0e572dd34b284d5b +SIZE (ddalpha_1.2.1.tar.gz) = 417557 Added: head/math/R-cran-ddalpha/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-ddalpha/pkg-descr Sun Sep 10 12:08:13 2017 (r449539) @@ -0,0 +1,10 @@ +Contains procedures for depth-based supervised learning, which are +entirely non-parametric, in particular the DDalpha-procedure (Lange, +Mosler and Mozharovskyi, 2014). The training data sample is transformed +by a statistical depth function to a compact low-dimensional space, +where the final classification is done. It also offers an extension +to functional data and routines for calculating certain notions of +statistical depth functions. 50 multivariate and 5 functional +classification problems are included. + +WWW: https://cran.r-project.org/web/packages/ddalpha/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709101208.v8AC8DuA088110>