summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-06-05 07:32:59 +0000
committermef <mef@pkgsrc.org>2021-06-05 07:32:59 +0000
commit4159d708f2e593c7dfef752fb06ae14e7d9216fb (patch)
tree33f0c67dcd85807e4f1d1d424ac65b00517c4d50
parentac21650cec62d4e029aa3d413f4e7c6a75ed7d74 (diff)
downloadpkgsrc-4159d708f2e593c7dfef752fb06ae14e7d9216fb.tar.gz
(textproc/R-stringr) Add TEST_DEPENDS+= lines
-rw-r--r--textproc/R-stringr/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/R-stringr/Makefile b/textproc/R-stringr/Makefile
index 5ac9a815a7b..835e97f74ea 100644
--- a/textproc/R-stringr/Makefile
+++ b/textproc/R-stringr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/08/08 19:53:57 brook Exp $
+# $NetBSD: Makefile,v 1.8 2021/06/05 07:32:59 mef Exp $
R_PKGNAME= stringr
R_PKGVER= 1.4.0
@@ -12,6 +12,10 @@ DEPENDS+= R-glue>=1.2.0:../../devel/R-glue
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
DEPENDS+= R-stringi>=1.1.7:../../textproc/R-stringi
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"