expect_no_error <- function(object, ...) {
expect_error({{ object }}, NA, ...)
}
expect_no_warning <- function(object, ...) {
expect_warning({{ object }}, NA, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.