Nothing
#' To not run heavy tests add:
#' PCT_RUN_HEAVY_TESTS=false
#' to .Renviron, e.g. with usethis::edit_r_environ()
skip_heavy = function() {
if(!curl::has_internet() |
identical(Sys.getenv("PCT_RUN_HEAVY_TESTS"), "false"))
skip("No connection or not running run once tests.")
}
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.