aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-caret/Makefile
blob: f39191e3bffdd7fd04b795075e98d4ab2196d447 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   caret
DISTVERSION=    6.0-77
CATEGORIES= devel
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Classification and Regression Training

LICENSE=    GPLv2+

CRAN_DEPENDS=   R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
        R-cran-foreach>0:devel/R-cran-foreach \
        R-cran-plyr>0:devel/R-cran-plyr \
        R-cran-ModelMetrics>=1.1.0:devel/R-cran-ModelMetrics \
        R-cran-reshape2>0:devel/R-cran-reshape2 \
        R-cran-recipes>0.0.1:math/R-cran-recipes \
        R-cran-withr>=2.0.0:devel/R-cran-withr
BUILD_DEPENDS=  ${CRAN_DEPENDS}
RUN_DEPENDS=    ${CRAN_DEPENDS}

USES=   cran:auto-plist,compiles

.include <bsd.port.mk>