blob: 3f7dfe922dd6f27eacad65436f9813bd2000431f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= dimRed
PORTVERSION= 0.2.7
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Framework for Dimensionality Reduction
WWW= https://cran.r-project.org/web/packages/dimRed/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= R-cran-DRR>0:math/R-cran-DRR \
R-cran-magrittr>0:devel/R-cran-magrittr
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|