Nothing
test_that("test zzzz", {
check_dependencies() %>%
is.null() %>%
expect_true()
check_dependencies(libs = c("Heatmap", "ggplot")) %>% expect_error()
.onLoad() %>%
is.null() %>%
expect_true()
})
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.