Nothing
test_that("citation information is available", {
cit <- utils::citation("CascadeData")
expect_true(inherits(cit, "bibentry") || (is.list(cit) && all(vapply(cit, inherits, logical(1L), "bibentry"))))
})
test_that("CITATION file exists", {
cit_file <- system.file("CITATION", package = "CascadeData")
expect_true(file.exists(cit_file))
})
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.