Nothing
test_that("detects promise forced", {
e <- rlang::new_environment()
rlang::env_bind_lazy(e, x = 1 + 1)
expect_false(promise_was_forced("x", e))
e$x
expect_true(promise_was_forced("x", e))
})
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.