Nothing
if (interactive()) {
pkgload::load_all()
library("tinytest")
}
if (run_r_tests_for_known_hosts()) {
expectation <- normalizePath(tempdir(), mustWork = FALSE)
result <- normalizePath(with_dir(expectation, getwd()))
expect_identical(expectation, result)
}
if (interactive()) {
}
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.