diff options
author | Guangyuan Yang <ygy@FreeBSD.org> | 2021-05-10 12:01:40 -0400 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2021-05-10 12:01:40 -0400 |
commit | d9515bd59c37d7096351d31e133f75df8fa4e417 (patch) | |
tree | 51e84c5902b1f3c5e5a0064abf73ff2e0720e8cf /math/R-cran-forcats | |
parent | c5a0b765042985ba7e7dacc92baab451a0a1a732 (diff) | |
download | freebsd-ports-d9515bd59c37d7096351d31e133f75df8fa4e417.zip |
math/R-cran-forcats: Update to 0.5.1 and take maintainership
Approved by: lwhsu
Diffstat (limited to 'math/R-cran-forcats')
-rw-r--r-- | math/R-cran-forcats/Makefile | 17 | ||||
-rw-r--r-- | math/R-cran-forcats/distinfo | 6 | ||||
-rw-r--r-- | math/R-cran-forcats/pkg-descr | 2 |
3 files changed, 15 insertions, 10 deletions
diff --git a/math/R-cran-forcats/Makefile b/math/R-cran-forcats/Makefile index 99a7578a143e..55561b41dd19 100644 --- a/math/R-cran-forcats/Makefile +++ b/math/R-cran-forcats/Makefile @@ -1,18 +1,23 @@ PORTNAME= forcats -DISTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 0.5.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ygy@FreeBSD.org COMMENT= Tools for Working with Categorical Variables (Factors) -LICENSE= GPLv3 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ +BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr +RUN_DEPENDS= R-cran-ellipsis>0:devel/R-cran-ellipsis \ + R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-rlang>0:devel/R-cran-rlang \ R-cran-tibble>0:devel/R-cran-tibble -TEST_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 +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 diff --git a/math/R-cran-forcats/distinfo b/math/R-cran-forcats/distinfo index b3da892508db..70202e465ed3 100644 --- a/math/R-cran-forcats/distinfo +++ b/math/R-cran-forcats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587857072 -SHA256 (forcats_0.5.0.tar.gz) = 8f960e789333ec597ddf2d653a64e330f03b86f465e9b71f6779f227355d90c4 -SIZE (forcats_0.5.0.tar.gz) = 257126 +TIMESTAMP = 1620620984 +SHA256 (forcats_0.5.1.tar.gz) = c4fb96e874e2bedaa8a1aa32ea22abdee7906d93b5c5c7b42c0894c0c5b6a289 +SIZE (forcats_0.5.1.tar.gz) = 258301 diff --git a/math/R-cran-forcats/pkg-descr b/math/R-cran-forcats/pkg-descr index fd6f47c50eea..c3629659df6e 100644 --- a/math/R-cran-forcats/pkg-descr +++ b/math/R-cran-forcats/pkg-descr @@ -3,4 +3,4 @@ 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 |