summaryrefslogtreecommitdiff
path: root/textproc/R-cran-stringr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/R-cran-stringr/Makefile')
-rw-r--r--textproc/R-cran-stringr/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/textproc/R-cran-stringr/Makefile b/textproc/R-cran-stringr/Makefile
index 8ac1ac665a17..398279428516 100644
--- a/textproc/R-cran-stringr/Makefile
+++ b/textproc/R-cran-stringr/Makefile
@@ -1,11 +1,11 @@
PORTNAME= stringr
-DISTVERSION= 1.5.2
+DISTVERSION= 1.6.0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Make it easier to work with strings
-WWW= https://cran.r-project.org/web/packages/stringr/
+WWW= https://cran.r-project.org/package=stringr
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -16,8 +16,18 @@ RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-rlang>=1.0.0:devel/R-cran-rlang \
R-cran-stringi>=1.5.3:textproc/R-cran-stringi \
- R-cran-vctrs>0:devel/R-cran-vctrs
+ R-cran-vctrs>=0.4.0:devel/R-cran-vctrs
+TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
+ R-cran-dplyr>0:math/R-cran-dplyr \
+ R-cran-htmltools>0:textproc/R-cran-htmltools \
+ R-cran-htmlwidgets>0:www/R-cran-htmlwidgets \
+ R-cran-knitr>0:print/R-cran-knitr \
+ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
+ R-cran-testthat>=3.0.0:devel/R-cran-testthat \
+ R-cran-tibble>0:devel/R-cran-tibble
USES= cran:auto-plist
+TESTING_UNSAFE= Requires gt package from CRAN.
+
.include <bsd.port.mk>