Download Latest Version knitr 1.51 source code.tar.gz (335.3 kB)
Email in envelope

Get an email when there's a new version of knitr

Home / v1.47
Name Modified Size InfoDownloads / Week
Parent folder
knitr 1.47 source code.tar.gz 2024-05-29 343.0 kB
knitr 1.47 source code.zip 2024-05-29 468.8 kB
README.md 2024-05-29 989 Bytes
Totals: 3 Items   812.7 kB 0

NEW FEATURES

  • For kable(), you can set the global option knitr.kable.max_rows to limit the number of rows to show in the table, e.g., options(knitr.kable.max_rows = 30). This is a way to prevent kable() from generating a huge table from a large data object by accident.

  • write_bib() now escapes all non-escaped "&" in the bibliography by default. Previously, it only escaped the title field of the package citation. You can disable the escape with the argument tweak = FALSE (thanks, @HedvigS [#2335], @atusy [#2342]).

BUG FIXES

  • Fixed a bug that write_bib() fails to use the first URL of a package when multiple URLs are provided in DESCRIPTION and separated by \n (thanks, @bastistician, [#2343]).

MINOR CHANGES

  • The syntax highlighting LaTeX commands for Rnw documents, \hlstr and \hlstd, were renamed to \hlsng and \hldef, respectively, to maintain consistency with Andrew Simon's highlight package (thanks, @dcser123, [#2341]).
Source: README.md, updated 2024-05-29