blob: 13daf1b1555f9b1c745c4ae31a2ebd3513d3fe68 (
plain) (
blame)
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
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= tidyr
PORTVERSION= 1.2.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Easily tidy data with spread and gather functions
LICENSE= MIT
CRAN_DEPENDS= R-cran-dplyr>=1.0.0:math/R-cran-dplyr \
R-cran-ellipsis>=0.1.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-purrr>0:devel/R-cran-purrr \
R-cran-rlang>0:devel/R-cran-rlang \
R-cran-tibble>=2.1.1:devel/R-cran-tibble \
R-cran-tidyselect>=1.1.0:devel/R-cran-tidyselect \
R-cran-vctrs>=0.3.7:devel/R-cran-vctrs \
R-cran-cpp11>=0.4.0:devel/R-cran-cpp11
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>
|