test_that("is.term deprecated", {
rlang::local_options(lifecycle_verbosity = "quiet")
lifecycle::expect_deprecated(is.term(1))
expect_false(is.term(1))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.