Nothing
testthat::test_that("get_latest() fails gracefully if no internet", {
with_mocked_bindings(
expect_error(
get_latest("latest-upstream"),
"You don't seem to be connected"
),
`has_internet` = function(...) FALSE
)
})
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.