Nothing
context("github")
test_that("it works", {
# previously failed on CRAN due to network issue
# cannot open URL 'https://api.github.com/repos/ankane/dbx/commits/HEAD'
skip_on_cran()
setup({
jetpack::init()
jetpack::add("dbx", remote="ankane/dbx")
expectFileContains("DESCRIPTION", "ankane/dbx")
jetpack::remove("dbx", remote="ankane/dbx")
refuteFileContains("DESCRIPTION", "ankane/dbx")
})
})
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.