testthat_old_opts <- options(
warnPartialMatchArgs = TRUE,
warnPartialMatchAttr = TRUE,
warnPartialMatchDollar = TRUE
)
testthat_old_opts <- lapply(testthat_old_opts, function(x) if (is.null(x)) FALSE else x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.