Nothing
# test_that("netrics tutorials work", {
# for(tute in find_pkg_tutorial_paths("netrics")){
# expect_null(check_tute_rendering(tute))
# }
# })
test_that("netrics tutorial code runs without warnings or errors", {
skip_if_not_installed("netrics", minimum_version = "0.2.2")
for(tute in find_pkg_tutorial_paths("netrics")){
expect_null(check_tute_functions(tute),
info = paste("Error in tutorial", basename(tute)))
}
})
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.