pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/R-stringr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  5 07:32:59 UTC 2021

Modified Files:
        pkgsrc/textproc/R-stringr: Makefile

Log Message:
(textproc/R-stringr) Add TEST_DEPENDS+= lines


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/R-stringr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/R-stringr/Makefile
diff -u pkgsrc/textproc/R-stringr/Makefile:1.7 pkgsrc/textproc/R-stringr/Makefile:1.8
--- pkgsrc/textproc/R-stringr/Makefile:1.7      Thu Aug  8 19:53:57 2019
+++ pkgsrc/textproc/R-stringr/Makefile  Sat Jun  5 07:32:59 2021
@@ -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-gl
 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"



Home | Main Index | Thread Index | Old Index