Skip to content

knitr 1.36

Compare
Choose a tag to compare
@yihui yihui released this 29 Sep 12:54
· 384 commits to master since this release

MAJOR CHANGES

  • In knitr 1.35, if the indentation of the closing backticks does not match the indentation of the chunk header in an Rmd document, the closing backticks would not be treated as closing fence of a code chunk. This behavior has been reverted because we have discovered several cases in which the indentation was accidental. A warning message will be issued instead, and you are still recommended to fix the improper indentation if discovered.

BUG FIXES

  • Fixed a regression in knitr 1.31 that caused package vignettes to generate (tangle) invalid R scripts (thanks, @t-kalinowski @halldc, #2052).