Nothing
options(usethis.quiet = TRUE)
# TEST setup_website -----------------------------------------------------------
test_that("setup_website throws an error when no README file available", {
create_local_package()
rlang::local_interactive(FALSE)
expect_error(setup_website())
})
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.