Skip to content

Commit

Permalink
math/R-cran-forcats: Update to 0.5.1 and take maintainership
Browse files Browse the repository at this point in the history
Approved by:	lwhsu
  • Loading branch information
yzgyyang committed May 10, 2021
1 parent c5a0b76 commit d9515bd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
17 changes: 11 additions & 6 deletions math/R-cran-forcats/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions math/R-cran-forcats/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion math/R-cran-forcats/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d9515bd

Please sign in to comment.