Nothing
expect_snapshot0 <- function(expr, cran = TRUE) {
skip_on_covr()
inject(expect_snapshot(!!enquo0(expr), cran = cran))
}
expect_exhausted <- function(x) {
expect_true(is_exhausted(x))
}
local_methods <- function(..., .frame = caller_env()) {
local_bindings(..., .env = global_env(), .frame = .frame)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.