Nothing
test_that("migraph tutorials work", {
for(tute.dir in list.dirs(system.file("tutorials", package = "migraph"),
recursive = F)){
tute.file <- list.files(tute.dir, pattern = "*.Rmd", full.names = T)
expect_null(test_tutorials(tute.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.