Nothing
context("eol_ping")
test_that("eol_ping returns the correct value", {
skip_on_cran()
skip_on_ci()
Sys.sleep(0.5)
expect_true(eol_ping())
expect_false(eol_ping(503))
Sys.sleep(0.5)
expect_true(eol_ping("content"))
})
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.