mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
a0a98863ca
Upstream changes: https://stat.ethz.ch/pipermail/r-announce/2020/000653.html Also bump PORTREVISION of ports that depend on math/R. Submitted by: wen (in part) Reviewed by: jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry Differential Revision: https://reviews.freebsd.org/D24572
29 lines
747 B
Makefile
29 lines
747 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= caret
|
|
DISTVERSION= 6.0-86
|
|
PORTREVISION= 1
|
|
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.2.2.2:devel/R-cran-ModelMetrics \
|
|
R-cran-reshape2>0:devel/R-cran-reshape2 \
|
|
R-cran-recipes>=0.1.10:math/R-cran-recipes \
|
|
R-cran-withr>=2.0.0:devel/R-cran-withr \
|
|
R-cran-pROC>0:graphics/R-cran-pROC
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|