Nothing
tests_schema_validate <- function() {
opt <- getOption("orderly.schema_validate", NULL)
if (!is.null(opt)) {
return(opt)
}
if (isTRUE(as.logical(Sys.getenv("CI", "false")))) {
return(TRUE)
}
requireNamespace("jsonvalidate", quietly = TRUE)
}
withr::local_options(
orderly.index_progress = FALSE,
orderly.schema_validate = tests_schema_validate(),
.local_envir = teardown_env())
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.