# TODO: add covr
## covr: skip=all
.onLoad <- function(libname, pkgname) {
op <- options()
op.simChef <- list(
simChef.debug = FALSE,
simChef.plot_theme = "default"
# TODO: simChef.verbosity
)
toset <- !(names(op.simChef) %in% names(op))
if(any(toset)) options(op.simChef[toset])
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.