test_that("Can find ", {
skip_on_cran()
expect_false(available_on_github("svrepmisc")$available)
})
test_that("Can't find made up package", {
skip_on_cran()
expect_true(available_on_github("This_is_not_a_pkg")$available)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.