View source: R/make-release-notes.R
make_release_notes | R Documentation |
Build the Release Notes document and write it to output file(s)
make_release_notes( product_name, version, repo_url = NULL, release_notes = NULL, style_dir = NULL, out_file = RLS_NOTES_FILE, output_dir = getwd(), type = "package", word_document = TRUE )
product_name |
The name of the product you are validating, to be included in the output document. |
version |
The version number of the product you are validating, to be included in the output document. |
repo_url |
Character string denoting the url of repository. |
release_notes |
list of release notes, formatted for rmarkdown. |
style_dir |
Directory to check for a docx style reference that has the
same base name as |
out_file |
Filename to write markdown file out to. Any extension will be ignored and replaced with .Rmd |
output_dir |
Directory to write the output documents to. Defaults to working directory. |
type |
the type of doc you want to render ("package" or "metworx") |
word_document |
Logical scaler indicating whether to render a docx document |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.