You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add an argument strict divide_chunk() to disallow falling back to using #| when # is not the comment char of the engine (yihui/knitr#2225), and also add argument ... to make it possible to not use the yaml package when parsing YAML options (i.e., divide_chunk(use_yaml = FALSE))
Copy file name to clipboardExpand all lines: NEWS.md
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
- Fixed a bug in `taml_load()` that would convert character values in arrays to lowercase.
4
4
5
+
- Added arguments `strict` and `...` to `divide_chunk()` (thanks, @cderv, yihui/knitr#2225).
6
+
5
7
# CHANGES IN xfun VERSION 0.51
6
8
7
9
-`tojson()` supports more types of data now, and will indent sub-elements for lists. See the help page [`?xfun::tojson`](https://git.yihui.org/xfun/manual.html#sec:man-tojson) for details.
0 commit comments