phuse-org / valtools

Validation framework for R packages used in clinical research and drug development.
https://phuse-org.github.io/valtools/
Other
51 stars 10 forks source link

Add ability to simply execute the validation report from the command … #168

Closed thebioengineer closed 3 years ago

thebioengineer commented 3 years ago

Adds function vt_validate_report() to execute the report and create the validated report output.

Associated tests for coverage as well.

addresses #165

Open to workshopping the name of the function.

thebioengineer commented 3 years ago

Updated docs. Realized it was a pretty simple addition to deal with #160 too

@mariev - ready for review