diff options
Diffstat (limited to 'devel/R-cran-later/Makefile')
-rw-r--r-- | devel/R-cran-later/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/R-cran-later/Makefile b/devel/R-cran-later/Makefile index 1b4915427960..5833901f148d 100644 --- a/devel/R-cran-later/Makefile +++ b/devel/R-cran-later/Makefile @@ -1,5 +1,5 @@ PORTNAME= later -DISTVERSION= 1.4.2 +DISTVERSION= 1.4.3 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,9 +15,8 @@ CRAN_DEPENDS= R-cran-Rcpp>=0.12.9:devel/R-cran-Rcpp \ BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ - R-cran-R6>0:devel/R-cran-R6 \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ - R-cran-testthat>=2.1.0:devel/R-cran-testthat + R-cran-testthat>=3.0.0:devel/R-cran-testthat USES= compiler:c++17-lang cran:auto-plist,compiles |