whitelist | R Documentation |
This allows for post-hoc whitelisting of results according to the patterns specified.
whitelist(object, patterns)
object |
An object of class |
patterns |
One or more strings containing regular expressions to match the errors to whitelist. |
An object of class cbtf
with the additional whitelist patterns applied.
fuzz
## this reports a false positive result
(res <- fuzz(funs = "matrix", what = test_inputs("scalar")))
## with whitelisting, we can remove that
whitelist(res, "must be of a vector type")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.