Description Usage Arguments Value Examples
This function is a wrapper around vdiffr::manage_cases()
. It allows
visual inspection of the plots in the unit tests that were newly added or
produced an error. If no analysis is specified it will iterate over all test
cases.
1 |
name |
Optional string name of the analysis whose plots should be tested. |
A Shiny app that shows all new/failed/orphaned cases. The app allows test plots to be validated, at which point they are placed in the figs directory and used as a reference for future tests.
1 | # manageTestPlots("Anova")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.