pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-devtools (devel/R-devtools) Add TEST_DEPENDS+=...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8189ec6ac0f2
branches:  trunk
changeset: 423108:8189ec6ac0f2
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Feb 10 14:25:53 2020 +0000

description:
(devel/R-devtools) Add TEST_DEPENDS+= R-lintr-[0-9]*, more to add (yet)

diffstat:

 devel/R-devtools/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 35ad8bb308ab -r 8189ec6ac0f2 devel/R-devtools/Makefile
--- a/devel/R-devtools/Makefile Mon Feb 10 14:21:00 2020 +0000
+++ b/devel/R-devtools/Makefile Mon Feb 10 14:25:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/02/09 12:08:55 mef Exp $
+# $NetBSD: Makefile,v 1.3 2020/02/10 14:25:53 mef Exp $
 
 R_PKGNAME=     devtools
 R_PKGVER=      2.2.1
@@ -30,8 +30,8 @@
 DEPENDS+=      R-rversions-[0-9]*:../../devel/R-rversions
 
 # Packages suggested but not available:
-#   'BiocManager', 'foghorn', 'gmailr', 'lintr', 'pingr', 'pkgdown',
-#  'rhub', 'spelling'
+#  'BiocManager', 'foghorn', 'gmailr', 'pingr', 'pkgdown', 'rhub',
+#  'spelling'
 #
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
@@ -39,6 +39,7 @@
 TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-rversions-[0-9]*:../../devel/R-rversions
+TEST_DEPENDS+= R-lintr-[0-9]*:../../devel/R-lintr
 
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index