diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2018-12-04 09:40:32 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2018-12-04 09:40:32 +0000 |
commit | cfb8f2c257aa51ec1e154248bdd5703b7d15058f (patch) | |
tree | 0cb06ff7ccfa24c0a59f2a3ec6e2a37ace7ecec8 /math | |
parent | 58765dbe8518ce251028bb340c7f567199d6ff9e (diff) | |
download | freebsd-ports-cfb8f2c257aa51ec1e154248bdd5703b7d15058f.zip |
- Update to 0.1.4
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-recipes/Makefile | 19 | ||||
-rw-r--r-- | math/R-cran-recipes/distinfo | 6 |
2 files changed, 12 insertions, 13 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} diff --git a/math/R-cran-recipes/distinfo b/math/R-cran-recipes/distinfo index cb9419d90e4a..adeff8dc9ded 100644 --- a/math/R-cran-recipes/distinfo +++ b/math/R-cran-recipes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529391265 -SHA256 (recipes_0.1.3.tar.gz) = be468f7b9b479e13785e90d239c4784679ad7648efd3d02cfc2a58a2fb1d10ef -SIZE (recipes_0.1.3.tar.gz) = 745806 +TIMESTAMP = 1542689694 +SHA256 (recipes_0.1.4.tar.gz) = 56cbc96420e79ae07946c86d3a16a2f8fb56b29f22323c7e99621f410897912f +SIZE (recipes_0.1.4.tar.gz) = 781783 |