2017-09-10 10:32:31 +02:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DRR
|
2020-02-16 05:47:09 +01:00
|
|
|
PORTVERSION= 0.0.4
|
2020-05-05 18:07:53 +02:00
|
|
|
PORTREVISION= 1
|
2017-09-10 10:32:31 +02:00
|
|
|
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>
|