Date: Sun, 10 Sep 2017 08:32:31 +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: r449525 - in head/math: . R-cran-DRR Message-ID: <201709100832.v8A8WV3s001630@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Sep 10 08:32:31 2017 New Revision: 449525 URL: https://svnweb.freebsd.org/changeset/ports/449525 Log: - Add new port: math/R-cran-DRR An Implementation of Dimensionality Reduction via Regression using Kernel Ridge Regression. WWW: https://cran.r-project.org/web/packages/DRR/ Added: head/math/R-cran-DRR/ head/math/R-cran-DRR/Makefile (contents, props changed) head/math/R-cran-DRR/distinfo (contents, props changed) head/math/R-cran-DRR/pkg-descr (contents, props changed) Modified: head/math/Makefile (contents, props changed) Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Sep 10 08:19:51 2017 (r449524) +++ head/math/Makefile Sun Sep 10 08:32:31 2017 (r449525) @@ -8,6 +8,7 @@ SUBDIR += R SUBDIR += R-cran-Amelia SUBDIR += R-cran-ChangeAnomalyDetection + SUBDIR += R-cran-DRR SUBDIR += R-cran-Formula SUBDIR += R-cran-KFAS SUBDIR += R-cran-LearnBayes Added: head/math/R-cran-DRR/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-DRR/Makefile Sun Sep 10 08:32:31 2017 (r449525) @@ -0,0 +1,21 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= DRR +PORTVERSION= 0.0.2 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Dimensionality Reduction via Regression + +LICENSE= GPLv3 + +CRAN_DEPENDS= R-cran-kernlab>0:science/R-cran-kernlab \ + R-cran-CVST>0:math/R-cran-CVST +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/math/R-cran-DRR/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-DRR/distinfo Sun Sep 10 08:32:31 2017 (r449525) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505024562 +SHA256 (DRR_0.0.2.tar.gz) = 02860f05f97a6020012fb6ebfe0d7738dd9e9db0555326f1ef57199fcde58ee9 +SIZE (DRR_0.0.2.tar.gz) = 116827 Added: head/math/R-cran-DRR/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-DRR/pkg-descr Sun Sep 10 08:32:31 2017 (r449525) @@ -0,0 +1,4 @@ +An Implementation of Dimensionality Reduction via Regression using +Kernel Ridge Regression. + +WWW: https://cran.r-project.org/web/packages/DRR/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709100832.v8A8WV3s001630>