diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2019-09-28 10:17:57 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2019-09-28 10:17:57 +0000 |
commit | 143b11ced639b7ff4dccb42f20b1f21da73dbb6d (patch) | |
tree | 81258fa5e962fc8c3912f049b4a3c50a619a8ea6 /math/R-cran-recipes/Makefile | |
parent | 3bf5f7ac84d0e71335344640aa2602268d1a98dc (diff) |
Notes
Diffstat (limited to 'math/R-cran-recipes/Makefile')
-rw-r--r-- | math/R-cran-recipes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/R-cran-recipes/Makefile b/math/R-cran-recipes/Makefile index 442445a05b25..18ff2966cf67 100644 --- a/math/R-cran-recipes/Makefile +++ b/math/R-cran-recipes/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= recipes -PORTVERSION= 0.1.6 -PORTREVISION= 1 +PORTVERSION= 0.1.7 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,6 +13,7 @@ LICENSE= GPLv2 CRAN_DEPENDS= R-cran-dplyr>0:math/R-cran-dplyr \ R-cran-generics>0:devel/R-cran-generics \ + R-cran-glue>0:devel/R-cran-glue \ R-cran-gower>0:math/R-cran-gower \ R-cran-ipred>0:math/R-cran-ipred \ R-cran-lubridate>0:devel/R-cran-lubridate \ @@ -21,7 +21,7 @@ CRAN_DEPENDS= R-cran-dplyr>0:math/R-cran-dplyr \ R-cran-purrr>=0.2.3:devel/R-cran-purrr \ R-cran-rlang>=0.4.0:devel/R-cran-rlang \ R-cran-tibble>0:devel/R-cran-tibble \ - R-cran-tidyr>0:devel/R-cran-tidyr \ + R-cran-tidyr>=0.8.3:devel/R-cran-tidyr \ R-cran-tidyselect>=0.2.5:devel/R-cran-tidyselect \ R-cran-timeDate>0:finance/R-cran-timeDate \ R-cran-withr>0:devel/R-cran-withr |