File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ This is a maintenance release without any breaking API changes.
16
16
17
17
## Minor changes
18
18
19
- * We're now recognizing and respecting DSLs used in R comments: rplumnber
19
+ * We're now recognizing and respecting more DSLs used in R comments: rplumber
20
20
(` #* ` , #306 ), shebang ` #/! ` (#345 ), knitr chunk headers for spinning (` #+ ` /
21
21
` #- ` , #362 ).
22
22
* Named arguments can stay on the first line if call is multi-line (#318 ).
23
23
* No space anymore with ` tidyverse_style() ` after ` !! ` since with ` rlang 0.2 ` ,
24
24
` !! ` now binds tighter (#322 ), spacing around ` ~ ` (#316 ), no space anymore
25
25
around ` ^ ` (#308 ).
26
+ * Code chunks in Rmd documents that don't use the R engine are no longer
27
+ formatted (#313 ).
26
28
* Various bug fixes and edge case improvements.
27
29
28
30
Thanks to all contributors for patches, issues and the like:
You can’t perform that action at this time.
0 commit comments