Nothing
test_that("cli package helpers", {
expect_error(cli_info())
expect_message(cli_info("Hello World"))
expect_error(cli_warning())
expect_message(cli_warning("Hello World"))
expect_error(cli_success())
expect_message(cli_success("Hello World"))
})
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.