This creates a basic NEWS.md
in the root directory.
Usage
use_news_md(open = rlang::is_interactive())
Arguments
- open
Open the newly created file for editing? Happens in RStudio, if applicable, or via
utils::file.edit()
otherwise.
This creates a basic NEWS.md
in the root directory.
use_news_md(open = rlang::is_interactive())
Open the newly created file for editing? Happens in RStudio, if
applicable, or via utils::file.edit()
otherwise.