rmarkdown
documents, instead of glueing text together.create_validation_docs
has been replaced by create_package_docs()
and create_metworx_docs()
for packages and the Metworx platform respectively.create_validation_docs
.create_package_docs()
has an added language
argument, that will change the boilerplate text depending on the language the package was predominantly coded in.NEWS.md
file.create_templates()
was introduced for easily creating templates for both packages and the Metworx platform.?mrgvalidate::input_formats
now includes information about the expected directory layout for manual tests.
create_validation_docs
with a relative path for style_dir
did not work when output_dir
was set to a value other than the current working directory.read_csv_test_results()
and read_manual_test_results()
now provide a more helpful error message when called with a directory that doesn't have any test results.
The wording of the traceability matrix's scope text has been improved.
This release is a massive refactor, mainly because it moves all preprocessing functionality to a the new mrgvalprep
package and streamlines mrgvalidate
to be only for rendering the final validation documents.
mrgvalidate
now exports only the following functions:
For rendering validation documents:
create_validation_docs()
For checking story/requirement to test linkage:
find_missing()
find_reqs_with_missing_tests()
find_reqs_without_stories()
find_tests_without_reqs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.