diff --git a/math/R-cran-forcats/Makefile b/math/R-cran-forcats/Makefile index 55561b41dd19..edb59499a57d 100644 --- a/math/R-cran-forcats/Makefile +++ b/math/R-cran-forcats/Makefile @@ -1,24 +1,28 @@ PORTNAME= forcats -DISTVERSION= 0.5.1 +DISTVERSION= 0.5.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= Tools for Working with Categorical Variables (Factors) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr -RUN_DEPENDS= R-cran-ellipsis>0:devel/R-cran-ellipsis \ +RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ + R-cran-ellipsis>0:devel/R-cran-ellipsis \ + R-cran-glue>0:devel/R-cran-glue \ + R-cran-lifecycle>0:devel/R-cran-lifecycle \ R-cran-magrittr>0:devel/R-cran-magrittr \ - R-cran-rlang>0:devel/R-cran-rlang \ - R-cran-tibble>0:devel/R-cran-tibble + R-cran-rlang>=1.0.0:devel/R-cran-rlang \ + R-cran-tibble>0:devel/R-cran-tibble \ + R-cran-withr>0:devel/R-cran-withr TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ R-cran-dplyr>0:math/R-cran-dplyr \ R-cran-knitr>0:print/R-cran-knitr USES= cran:auto-plist .include diff --git a/math/R-cran-forcats/distinfo b/math/R-cran-forcats/distinfo index 70202e465ed3..acf62bbdde99 100644 --- a/math/R-cran-forcats/distinfo +++ b/math/R-cran-forcats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620620984 -SHA256 (forcats_0.5.1.tar.gz) = c4fb96e874e2bedaa8a1aa32ea22abdee7906d93b5c5c7b42c0894c0c5b6a289 -SIZE (forcats_0.5.1.tar.gz) = 258301 +TIMESTAMP = 1661023555 +SHA256 (forcats_0.5.2.tar.gz) = 14a60a43183f82da0fbf42633cee446d21dcbb98a8c37361b5c8061a4da86141 +SIZE (forcats_0.5.2.tar.gz) = 265815 diff --git a/math/R-cran-forcats/pkg-descr b/math/R-cran-forcats/pkg-descr index c3629659df6e..fd6f47c50eea 100644 --- a/math/R-cran-forcats/pkg-descr +++ b/math/R-cran-forcats/pkg-descr @@ -1,6 +1,6 @@ Helpers for reordering factor levels (including moving specified levels to front, ordering by first appearance, reversing, and randomly shuffling), and tools for modifying factor levels (including collapsing rare levels into other, 'anonymising', and manually 'recoding'). -WWW: https://forcats.tidyverse.org +WWW: https://forcats.tidyverse.org/