blob: e232c6d948de3725e24f0b64c00683b590d41b16 (
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
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= broom
DISTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Convert Statistical Analysis Objects into Tidy Data Frames
LICENSE= MIT
CRAN_DEPENDS= R-cran-backports>0:math/R-cran-backports \
R-cran-plyr>0:devel/R-cran-plyr \
R-cran-dplyr>0:math/R-cran-dplyr \
R-cran-tidyr>0:devel/R-cran-tidyr \
R-cran-psych>0:math/R-cran-psych \
R-cran-stringr>0:textproc/R-cran-stringr \
R-cran-reshape2>0:devel/R-cran-reshape2
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>
|