Read the package news with news(), convert the result to
Markdown, and write to an output file (e.g., NEWS.md). Each package
version appears in a first-level header, each category (e.g., NEW
FEATURES or BUG FIXES) is in a second-level header, and the news
items are written into bullet lists.
Arguments
- package, ...
Arguments to be passed to
news().- output
The output file path.
- category
Whether to keep the category names.