create_package_docs.Rd
This function is the entry point for creating validation docs with the new 7-document format for packages.
The product being validated.
The version number of the product.
Denotes the language the package was coded in. Either 'R' or 'Go'. Dictates boiler plate text in the generated validation docs.
Character string denoting the url of repository.
tibble of stories and requirements. See input_formats.
file path to a formatted markdown doc of release notes.
This should contain two top-level headers for "Changes and New Features" and
"Bug Fixes". For packages, this can typically be extracted from the relevant
entry in the NEWS.md
file.
Path to directory containing .csv
and .json
files with
results from automated tests. See input_formats.
Directory that has style references for the generated docx files. When generating each output file, Pandoc will be instructed to use the reference file from this directory that has the same base name (if it exists).
Directory to write the output documents to. Defaults to working directory.
Whether to create the output docs. Setting this to FALSE
is
useful when you're just interested in the return value.
Whether to delete the copied RMD's after the word documents are generated.
Defaults to TRUE
.
In addition to creating the validation docs, a tibble that joins the
tests with specs
is returned invisibly.