Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/math/R-cran-DRR/Makefile
16460 views
PORTNAME=	DRR
PORTVERSION=	0.0.4
PORTREVISION=	2
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Dimensionality Reduction via Regression
WWW=		https://cran.r-project.org/web/packages/DRR/

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>