Nothing
# Lets CI force a specific backend for reference / coverage runs via env var
# (options set in the parent process don't propagate through subprocess test
# runners like tools::testInstalledPackage, but env vars do).
if (nzchar(Sys.getenv("IMMUTABLES_USE_CPP"))) {
options(immutables.use_cpp = as.logical(Sys.getenv("IMMUTABLES_USE_CPP")))
}
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.