Lines 1-5
Link Here
|
1 |
PORTNAME= testthat |
1 |
PORTNAME= testthat |
2 |
DISTVERSION= 3.1.10 |
2 |
DISTVERSION= 3.2.1 |
3 |
CATEGORIES= devel |
3 |
CATEGORIES= devel |
4 |
DISTNAME= ${PORTNAME}_${DISTVERSION} |
4 |
DISTNAME= ${PORTNAME}_${DISTVERSION} |
5 |
|
5 |
|
Lines 11-41
LICENSE= MIT
Link Here
|
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
|
12 |
|
13 |
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr |
13 |
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr |
14 |
RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ |
14 |
RUN_DEPENDS= R-cran-brio>=1.1.3:devel/R-cran-brio \ |
15 |
R-cran-R6>=2.2.0:devel/R-cran-R6 \ |
15 |
R-cran-callr>=3.7.3:devel/R-cran-callr \ |
16 |
R-cran-brio>0:devel/R-cran-brio \ |
16 |
R-cran-cli>=3.6.1:devel/R-cran-cli \ |
17 |
R-cran-callr>=3.5.1:devel/R-cran-callr \ |
17 |
R-cran-desc>=1.4.2:devel/R-cran-desc \ |
18 |
R-cran-cli>=3.4.0:devel/R-cran-cli \ |
18 |
R-cran-digest>=0.6.33:security/R-cran-digest \ |
19 |
R-cran-desc>0:devel/R-cran-desc \ |
|
|
20 |
R-cran-ellipsis>=0.2.0:devel/R-cran-ellipsis \ |
19 |
R-cran-ellipsis>=0.2.0:devel/R-cran-ellipsis \ |
21 |
R-cran-evaluate>0:devel/R-cran-evaluate \ |
20 |
R-cran-evaluate>=0.21:devel/R-cran-evaluate \ |
22 |
R-cran-lifecycle>0:devel/R-cran-lifecycle \ |
21 |
R-cran-jsonlite>=1.8.7:converters/R-cran-jsonlite \ |
23 |
R-cran-magrittr>0:devel/R-cran-magrittr \ |
22 |
R-cran-lifecycle>=1.0.3:devel/R-cran-lifecycle \ |
24 |
R-cran-pkgload>=1.3.0:devel/R-cran-pkgload \ |
23 |
R-cran-magrittr>=2.0.3:devel/R-cran-magrittr \ |
25 |
R-cran-praise>0:devel/R-cran-praise \ |
24 |
R-cran-pkgload>=1.3.2.1:devel/R-cran-pkgload \ |
|
|
25 |
R-cran-praise>=1.0.0:devel/R-cran-praise \ |
26 |
R-cran-processx>=3.8.2:sysutils/R-cran-processx \ |
27 |
R-cran-ps>=1.3.4:sysutils/R-cran-ps \ |
28 |
R-cran-R6>=2.2.0:devel/R-cran-R6 \ |
26 |
R-cran-rlang>=1.1.0:devel/R-cran-rlang \ |
29 |
R-cran-rlang>=1.1.0:devel/R-cran-rlang \ |
27 |
R-cran-waldo>=0.5.0:devel/R-cran-waldo \ |
30 |
R-cran-waldo>=0.5.0:devel/R-cran-waldo \ |
28 |
R-cran-withr>=2.4.3:devel/R-cran-withr \ |
31 |
R-cran-withr>=2.4.3:devel/R-cran-withr |
29 |
R-cran-digest>0:security/R-cran-digest \ |
|
|
30 |
R-cran-processx>=3.8.2:sysutils/R-cran-processx \ |
31 |
R-cran-ps>=1.3.4:sysutils/R-cran-ps |
32 |
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ |
32 |
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ |
33 |
R-cran-rstudioapi>0:devel/R-cran-rstudioapi \ |
|
|
34 |
R-cran-usethis>0:devel/R-cran-usethis \ |
35 |
R-cran-curl>=0.9.5:ftp/R-cran-curl \ |
33 |
R-cran-curl>=0.9.5:ftp/R-cran-curl \ |
36 |
R-cran-knitr>0:print/R-cran-knitr \ |
34 |
R-cran-knitr>0:print/R-cran-knitr \ |
37 |
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ |
35 |
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ |
38 |
R-cran-shiny>0:www/R-cran-shiny |
36 |
R-cran-rstudioapi>0:devel/R-cran-rstudioapi \ |
|
|
37 |
R-cran-shiny>0:www/R-cran-shiny \ |
38 |
R-cran-usethis>0:devel/R-cran-usethis \ |
39 |
R-cran-xml2>0:textproc/R-cran-xml2 |
40 |
# testunit fails: https://github.com/r-lib/testthat/issues/1924 |
39 |
|
41 |
|
40 |
USES= cran:auto-plist,compiles |
42 |
USES= cran:auto-plist,compiles |
41 |
|
43 |
|