Nothing
context("Load packages from GitHub")
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)
})
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.