Nothing
tmp_user_dir <- tempdir()
Sys.setenv(RSPM_USER_DIR=tmp_user_dir)
if (requireNamespace("tinytest", quietly=TRUE)) {
home <- identical(Sys.getenv("CI"), "true")
tinytest::test_package("rspm", at_home=home)
}
unlink(tmp_user_dir, recursive=TRUE, force=TRUE)
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.