Nothing
if (requireNamespace("tinytest", quietly = TRUE)) {
library(h5lite)
if (dir.exists("tinytests")) { test_dir <- "tinytests" }
else { test_dir <- "tests/tinytests" }
results <- tinytest::run_test_dir(test_dir)
passed <- as.logical(results)
print(results)
if (!all(passed)) {
stop("One or more tinytest tests failed.")
}
}
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.