pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/R-knitr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 23 11:42:58 UTC 2022

Modified Files:
        pkgsrc/print/R-knitr: Makefile

Log Message:
(print/R-knitr) Adding TEST_DEPENDS+, but still missing some


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/R-knitr/Makefile

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

Modified files:

Index: pkgsrc/print/R-knitr/Makefile
diff -u pkgsrc/print/R-knitr/Makefile:1.12 pkgsrc/print/R-knitr/Makefile:1.13
--- pkgsrc/print/R-knitr/Makefile:1.12  Sat Apr 23 02:07:00 2022
+++ pkgsrc/print/R-knitr/Makefile       Sat Apr 23 11:42:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/04/23 02:07:00 mef Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/23 11:42:58 mef Exp $
 
 R_PKGNAME=     knitr
 R_PKGVER=      1.38
@@ -19,11 +19,22 @@ DEPENDS+=   R-yaml>=2.1.19:../../textproc/
 
 TEST_DEPENDS+= R-highr-[0-9]*:../../textproc/R-highr
 TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
+TEST_DEPENDS+= R-testit-[0-9]*:../../devel/R-testit
+TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-rgl-[0-9]*:../../graphics/R-rgl
+TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
+TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
+TEST_DEPENDS+= R-webshot-[0-9]*:../../www/R-webshot
+TEST_DEPENDS+= R-DBI-[0-9]*:../../math/R-DBI
+TEST_DEPENDS+= R-png-[0-9]*:../../graphics/R-png
+TEST_DEPENDS+= R-jpeg-[0-9]*:../../graphics/R-jpeg
+TEST_DEPENDS+= R-httr-[0-9]*:../../www/R-httr
+#EST_DEPENDS+= R-ragg-[0-9]*:../../graphics/R-ragg
 
 # Packages suggested but not available:
-#   'rgl', 'rmarkdown', 'webshot', 'tikzDevice', 'tinytex', 'reticulate',
-#   'JuliaCall', 'magick', 'png', 'jpeg', 'gifski', 'xml2', 'DBI',
-#   'showtext', 'tibble', 'sass', 'bslib', 'ragg', 'styler'
+#  'tikzDevice', 'reticulate', 'JuliaCall', 'magick', 'gifski',
+#  'showtext', 'ragg', 'styler', 'targets'
+
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index