Description Usage Arguments Details Author(s) Examples
Creates a boilerplate package NEWS.md file.
1 |
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
1 2 3 4 5 6 7 | ## Not run:
pkg_news(
pkg_root = "~/boilerplatePackage",
input_file = "DESCRIPTION.yml"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.