diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-09-10 09:31:11 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-09-10 09:31:11 +0000 |
commit | 24853c7eea5e7944466e4c1cdfed5b0e7cd59e9b (patch) | |
tree | f0e1e52404415cf3608ec40c7fe0f9871105cdc3 /math/R-cran-dimRed/Makefile | |
parent | b216384f318fd261eb824f489d7f09f94db0b0f3 (diff) | |
download | ports-24853c7eea5e7944466e4c1cdfed5b0e7cd59e9b.tar.gz ports-24853c7eea5e7944466e4c1cdfed5b0e7cd59e9b.zip |
- 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/
Notes
Notes:
svn path=/head/; revision=449528
Diffstat (limited to 'math/R-cran-dimRed/Makefile')
-rw-r--r-- | math/R-cran-dimRed/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/math/R-cran-dimRed/Makefile b/math/R-cran-dimRed/Makefile new file mode 100644 index 000000000000..a3d910a62b80 --- /dev/null +++ b/math/R-cran-dimRed/Makefile @@ -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> |