Nothing
# Run slow tests: R_SLOW_TESTS=true Rscript -e "devtools::test()"
skip_slow <- function() {
if (!identical(Sys.getenv("R_SLOW_TESTS"), "true")) {
testthat::skip("slow test — set R_SLOW_TESTS=true to run")
}
}
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.