aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-recipes/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-12-04 09:40:32 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-12-04 09:40:32 +0000
commitcfb8f2c257aa51ec1e154248bdd5703b7d15058f (patch)
tree0cb06ff7ccfa24c0a59f2a3ec6e2a37ace7ecec8 /math/R-cran-recipes/Makefile
parent58765dbe8518ce251028bb340c7f567199d6ff9e (diff)
Notes
Diffstat (limited to 'math/R-cran-recipes/Makefile')
-rw-r--r--math/R-cran-recipes/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/math/R-cran-recipes/Makefile b/math/R-cran-recipes/Makefile
index 1aa4559c8bce..9131d34fc559 100644
--- a/math/R-cran-recipes/Makefile
+++ b/math/R-cran-recipes/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= recipes
-PORTVERSION= 0.1.3
+PORTVERSION= 0.1.4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -12,20 +12,19 @@ COMMENT= Preprocessing Tools to Create Design Matrices
LICENSE= GPLv2
CRAN_DEPENDS= R-cran-dplyr>0:math/R-cran-dplyr \
- R-cran-broom>0:devel/R-cran-broom \
- R-cran-tibble>0:devel/R-cran-tibble \
+ R-cran-generics>0:devel/R-cran-generics \
+ R-cran-gower>0:math/R-cran-gower \
R-cran-ipred>0:math/R-cran-ipred \
- R-cran-dimRed>=0.1.0:math/R-cran-dimRed \
R-cran-lubridate>0:devel/R-cran-lubridate \
- R-cran-timeDate>0:finance/R-cran-timeDate \
- R-cran-ddalpha>0:math/R-cran-ddalpha \
+ R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-purrr>=0.2.3:devel/R-cran-purrr \
- R-cran-rlang>=0.1.1:devel/R-cran-rlang \
- R-cran-gower>0:math/R-cran-gower \
R-cran-RcppRoll>0:math/R-cran-RcppRoll \
+ R-cran-rlang>=0.3.0.1:devel/R-cran-rlang \
+ R-cran-tibble>0:devel/R-cran-tibble \
+ R-cran-tidyr>0:devel/R-cran-tidyr \
R-cran-tidyselect>=0.1.1:devel/R-cran-tidyselect \
- R-cran-magrittr>0:devel/R-cran-magrittr \
- R-cran-pls>0:math/R-cran-pls
+ R-cran-timeDate>0:finance/R-cran-timeDate \
+ R-cran-withr>0:devel/R-cran-withr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}