pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/R-knitr (print/R-knitr) Adding TEST_DEPENDS+, bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfef2d621ec0
branches:  trunk
changeset: 377592:dfef2d621ec0
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 23 11:42:58 2022 +0000

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

diffstat:

 print/R-knitr/Makefile |  19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 6cf5d3dd3e12 -r dfef2d621ec0 print/R-knitr/Makefile
--- a/print/R-knitr/Makefile    Sat Apr 23 11:04:50 2022 +0000
+++ b/print/R-knitr/Makefile    Sat Apr 23 11:42:58 2022 +0000
@@ -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 @@
 
 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