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 Dec 14 10:27:34 UTC 2024

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

Log Message:
(print/R-knitr) Updated 1.48 to 1.49

(w3m -insecure -dump -T text https://github.com/yihui/knitr/releases)
knitr 1.49 Latest

NEW FEATURES

  * In-chunk references of the form <<label>> can be disabled via the chunk
    option ref.chunk = FALSE now (thanks, @jennybc @gadenbuie, #2360).

  * Added support for fig.alt for LaTeX output, i.e., using \includegraphics
    [alt={alt text}] (thanks, @capnrefsmmat, #2378).

  * The environment in which code chunks are evaluated can be changed by
    passing a custom environment to knit_global() now (thanks, @abhsarma, #2358
    ).

BUG FIXES

  * In-chunk references of the form <<label>> should not be resolved if label
    is not found in the document (thanks, @jennybc @gadenbuie, #2360).

  * The chunk option autodep = TRUE stopped working due to a regression from #
    2321 (thanks, @heavywatal #2344, @atusy #2377).

  * asis_output() was not passed to the output hook (thanks, @cderv, #2332).

  * Avoid partial matching of the Date/Publication field when generating
    citation('knitr'), otherwise R will emit a warning when options
    (warnPartialMatchDollar = TRUE) (thanks, @fkohrt, #2361).

MAJOR CHANGES

  * Unbalanced chunk delimiters (fences) in R Markdown documents are strictly
    prohibited now.

  * For code chunks with error = TRUE, purl() and hook_purl() will wrap the
    code in try({...}) (thanks, @bastistician #2338, @jeroen #2368).

MINOR CHANGES

  * If a character value is passed to the chunk option message or warning, it
    will be coerced by as.logical(), e.g., a character string "NA" will be
    coerced to NA (thanks, @cderv, #2375).

  * Issue a warning when the chunk option dependson receives an invalid value
    (thanks, @otoomet, #2376).

  * Changed the format of the reference card from PDF to HTML so building this
    package will not require LaTeX. See vignette('knitr-refcard', package =
    'knitr').

  * Switched the vignette engine from knitr to litedown::vignette for some
    package vignettes.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/R-knitr/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/R-knitr/distinfo

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.19 pkgsrc/print/R-knitr/Makefile:1.20
--- pkgsrc/print/R-knitr/Makefile:1.19  Sat Oct 26 05:36:44 2024
+++ pkgsrc/print/R-knitr/Makefile       Sat Dec 14 10:27:33 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2024/10/26 05:36:44 mef Exp $
+# $NetBSD: Makefile,v 1.20 2024/12/14 10:27:33 mef Exp $
 
 R_PKGNAME=     knitr
-R_PKGVER=      1.48
+R_PKGVER=      1.49
 CATEGORIES=    print
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -18,25 +18,29 @@ DEPENDS+=   R-xfun>=0.39:../../devel/R-xfu
 DEPENDS+=      R-yaml>=2.1.19:../../textproc/R-yaml
 
 # Packages suggested but not available:
-#   'gifski', 'gridSVG', 'JuliaCall', 'magick', 'reticulate', 'showtext',
-#   'styler', 'targets', 'tikzDevice', 'svglite'
-
+#   'gifski', 'gridSVG', 'JuliaCall', 'litedown', 'reticulate',
+#   'showtext', 'styler', 'targets', 'tikzDevice', 'svglite'
 
+TEST_DEPENDS+= R-DBI-[0-9]*:../../math/R-DBI
+TEST_DEPENDS+= R-bslib-[0-9]*:../../www/R-bslib
 TEST_DEPENDS+= R-highr-[0-9]*:../../textproc/R-highr
+TEST_DEPENDS+= R-htmlwidgets-[0-9]*:../../www/R-htmlwidgets
 TEST_DEPENDS+= R-httr-[0-9]*:../../www/R-httr
 TEST_DEPENDS+= R-jpeg-[0-9]*:../../graphics/R-jpeg
+TEST_DEPENDS+= R-magick-[0-9]*:../../graphics/R-magick
 TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
 TEST_DEPENDS+= R-png-[0-9]*:../../graphics/R-png
 TEST_DEPENDS+= R-rgl-[0-9]*:../../graphics/R-rgl
 TEST_DEPENDS+= R-ragg-[0-9]*:../../graphics/R-ragg
+#EST_DEPENDS+= R-reticulate-[0-9]*:../../lang/R-reticulate
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
 #EST_DEPENDS+= R-showtext-[0-9]*:../../graphics/R-showtext
 TEST_DEPENDS+= R-testit-[0-9]*:../../devel/R-testit
 TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
-TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
+TEST_DEPENDS+= R-tinytex-[0-9]*:../../print/R-tinytex
 TEST_DEPENDS+= R-webshot-[0-9]*:../../www/R-webshot
-TEST_DEPENDS+= R-DBI-[0-9]*:../../math/R-DBI
+TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/print/R-knitr/distinfo
diff -u pkgsrc/print/R-knitr/distinfo:1.15 pkgsrc/print/R-knitr/distinfo:1.16
--- pkgsrc/print/R-knitr/distinfo:1.15  Sat Oct 26 05:36:44 2024
+++ pkgsrc/print/R-knitr/distinfo       Sat Dec 14 10:27:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/10/26 05:36:44 mef Exp $
+$NetBSD: distinfo,v 1.16 2024/12/14 10:27:33 mef Exp $
 
-BLAKE2s (R/knitr_1.48.tar.gz) = a6d71592b27c38c984473e77d0e174724ea2d08975d875186c820bcd986d610b
-SHA512 (R/knitr_1.48.tar.gz) = f7674bf980fbf3291f2f9cd0d5e4ba0cc4df8176bff7a59a629c3f1341e4ad031b88f966b7448f1e5e0e8d8a35474f392084be7f89c9b2715d6876037f2a9cdd
-Size (R/knitr_1.48.tar.gz) = 583007 bytes
+BLAKE2s (R/knitr_1.49.tar.gz) = 06b6f099bf30c5e08f227c1ce8a3967686015c5838b7c366051122dd7aa18043
+SHA512 (R/knitr_1.49.tar.gz) = b669357291354de6d03cc4afc74375dacf1380212a125ac28f99c801867648cf0f53c1ef8896a866967e867a34cd8dfd8b063733fe00fba2a9785a8e0076cc2e
+Size (R/knitr_1.49.tar.gz) = 545754 bytes



Home | Main Index | Thread Index | Old Index