From owner-svn-ports-all@freebsd.org Sun Sep 10 12:08:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E27C7E0D71F; Sun, 10 Sep 2017 12:08:14 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB72070A47; Sun, 10 Sep 2017 12:08:14 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8AC8DQn088114; Sun, 10 Sep 2017 12:08:13 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8AC8DuA088110; Sun, 10 Sep 2017 12:08:13 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201709101208.v8AC8DuA088110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 10 Sep 2017 12:08:13 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/math: . R-cran-ddalpha X-SVN-Commit-Revision: 449539 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2017 12:08:15 -0000 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 +# $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 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/