Nothing
library("targeted")
if (Sys.getenv("GITHUB_RUN_ID") == "") {
future::plan("multicore")
}
res <- tinytest::run_test_dir("inst/slowtest")
if (summary(res)["Total", "fails"] > 0) {
print(res)
quit(status = 2)
}
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.