mirror of https://git.FreeBSD.org/ports.git
27 lines
774 B
Makefile
27 lines
774 B
Makefile
PORTNAME= broom
|
|
DISTVERSION= 1.0.8
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Convert Statistical Analysis Objects into Tidy Data Frames
|
|
WWW= https://cran.r-project.org/web/packages/broom/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= R-cran-backports>0:math/R-cran-backports \
|
|
R-cran-cli>0:devel/R-cran-cli \
|
|
R-cran-dplyr>=1.0.0:math/R-cran-dplyr \
|
|
R-cran-generics>=0.0.2:devel/R-cran-generics \
|
|
R-cran-glue>0:devel/R-cran-glue \
|
|
R-cran-lifecycle>0:devel/R-cran-lifecycle \
|
|
R-cran-purrr>0:devel/R-cran-purrr \
|
|
R-cran-rlang>0:devel/R-cran-rlang \
|
|
R-cran-stringr>0:textproc/R-cran-stringr \
|
|
R-cran-tibble>=3.0.0:devel/R-cran-tibble \
|
|
R-cran-tidyr>=1.0.0:devel/R-cran-tidyr
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|