aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-caret/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-12-05 02:35:02 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-12-05 02:35:02 +0000
commitb6e9e08d7696da97425fca297c06c7b465382040 (patch)
tree490575c631aeeb6aa405d905bea969388d42a52a /devel/R-cran-caret/Makefile
parent1c66a29c4739a053e044af4ee9aaabe6465d196e (diff)
downloadports-b6e9e08d7696da97425fca297c06c7b465382040.tar.gz
ports-b6e9e08d7696da97425fca297c06c7b465382040.zip
- Update to 6.0-81
Notes
Notes: svn path=/head/; revision=486648
Diffstat (limited to 'devel/R-cran-caret/Makefile')
-rw-r--r--devel/R-cran-caret/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/R-cran-caret/Makefile b/devel/R-cran-caret/Makefile
index 52f4fa891876..dfbc6ad1183a 100644
--- a/devel/R-cran-caret/Makefile
+++ b/devel/R-cran-caret/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= caret
-DISTVERSION= 6.0-80
+DISTVERSION= 6.0-81
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -16,7 +16,7 @@ CRAN_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
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-recipes>=0.1.4:math/R-cran-recipes \
R-cran-withr>=2.0.0:devel/R-cran-withr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}