We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9392029 commit 69c701eCopy full SHA for 69c701e
NEWS.md
@@ -61,6 +61,9 @@
61
* `#>` is recognized as an output marker and no space is added after `#` (#771).
62
* multi-expressions containing multiple assignments no longer remove line breaks
63
if they are not causing blank lines (#809).
64
+* `exclude_dirs` in `style_pkg()` is now properly respected if it is a
65
+ sub-directory of a directory that is scheduled for styling (e.g.
66
+ `test/testthat/some/dir`) (#811).
67
* R code chunks in nested non-R chunks in R markdown don't yield an error
68
anymore when document is styled, chunks are still not styled (#788, #794).
69
* `cache_activate()` and `cache_deactivate()` now respect the R
0 commit comments