NEWS.md
name_chunks() and name_dir_chunks() are now able to unname all chunks before naming them. This ensures a consistent naming for all chunks instead of just labelling unnamed chunks (@pat-s, #23).
new function unname_dir_chunks() that works in the same way as name_dir_chunks() (@pat-s, #23)
rename unname_all_chunks() to unname_chunks() to be consistent with name_chunks() (@pat-s, #23). unname_all_chunks() will be deprecated in a future version and currently gives a warning.
The tests using rmarkdown are now skipped if Pandoc 1.12.3 (minimal version for rmarkdown) is not available.
unname_all_chunks now accepts argument chunk_name_prefix with the prefix of the chunknames to be unnamed (@HanOostdijk, #22)
- to better support text references in bookdown @martinjhnhadleyTestable examples were unwrapped.
Fixed the test where the temporary directory would have been deleted.
No longer depends on stringr.
Uses a temporary directory in examples, tests, vignette.
The RStudio add-in allows selecting an R Markdown file, it no longer modifies the current active document (@ellisvalentiner, #14).