Creates a boilerplate package NEWS.md file.
pkg_news(pkg_root, input_file = NULL, msg = "NEWS.md file path:")
pkg_root | Character string. Package root directory. |
---|---|
input_file | Character string.
|
msg | Character string. Prints optional message and output directory. |
Note that if pkg_create()
is used,
this function will be called.
Ivan Jacob Agaloos Pesigan
if (FALSE) { pkg_news( pkg_root = "~/boilerplatePackage", input_file = "DESCRIPTION.yml" ) }