Date: Sun, 10 Sep 2017 09:31:11 +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: r449528 - in head/math: . R-cran-dimRed Message-ID: <201709100931.v8A9VBCd022204@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Sep 10 09:31:11 2017 New Revision: 449528 URL: https://svnweb.freebsd.org/changeset/ports/449528 Log: - Add new ports: math/R-cran-dimRed A collection of dimensionality reduction techniques from R packages and provides a common interface for calling the methods. WWW: https://cran.r-project.org/web/packages/dimRed/ Added: head/math/R-cran-dimRed/ head/math/R-cran-dimRed/Makefile (contents, props changed) head/math/R-cran-dimRed/distinfo (contents, props changed) head/math/R-cran-dimRed/pkg-descr (contents, props changed) Modified: head/math/Makefile (contents, props changed) Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Sep 10 09:01:48 2017 (r449527) +++ head/math/Makefile Sun Sep 10 09:31:11 2017 (r449528) @@ -35,6 +35,7 @@ SUBDIR += R-cran-combinat SUBDIR += R-cran-CVST SUBDIR += R-cran-deldir + SUBDIR += R-cran-demRed SUBDIR += R-cran-dlmodeler SUBDIR += R-cran-dplyr SUBDIR += R-cran-expm Added: head/math/R-cran-dimRed/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-dimRed/Makefile Sun Sep 10 09:31:11 2017 (r449528) @@ -0,0 +1,21 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= dimRed +PORTVERSION= 0.1.0 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Framework for Dimensionality Reduction + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +CRAN_DEPENDS= R-cran-DRR>0:math/R-cran-DRR +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/math/R-cran-dimRed/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-dimRed/distinfo Sun Sep 10 09:31:11 2017 (r449528) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505019349 +SHA256 (dimRed_0.1.0.tar.gz) = fb0cef7a21b8a5219c74e5227a282168599dd63e904130366f3d2fed8a625a39 +SIZE (dimRed_0.1.0.tar.gz) = 70299 Added: head/math/R-cran-dimRed/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-dimRed/pkg-descr Sun Sep 10 09:31:11 2017 (r449528) @@ -0,0 +1,4 @@ +A collection of dimensionality reduction techniques from R packages +and provides a common interface for calling the methods. + +WWW: https://cran.r-project.org/web/packages/dimRed/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709100931.v8A9VBCd022204>