blob: 4c1a39ecbd1195bcfbfe8967884a7750f3abead8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= forcats
DISTVERSION= 0.5.2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Tools for Working with Categorical Variables (Factors)
WWW= https://forcats.tidyverse.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
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>=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 <bsd.port.mk>
|