pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-devtools



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Feb 10 14:25:53 UTC 2020

Modified Files:
        pkgsrc/devel/R-devtools: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-devtools/Makefile

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

Modified files:

Index: pkgsrc/devel/R-devtools/Makefile
diff -u pkgsrc/devel/R-devtools/Makefile:1.2 pkgsrc/devel/R-devtools/Makefile:1.3
--- pkgsrc/devel/R-devtools/Makefile:1.2        Sun Feb  9 12:08:55 2020
+++ pkgsrc/devel/R-devtools/Makefile    Mon Feb 10 14:25:53 2020
@@ -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-httr>=0.4:../../www/R-httr
 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-covr-[0-9]*:../../devel
 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