# nocov added because .onload cannot be tested
.onLoad <- function(libname, pkgname) {# nocov start
types <- c("bool", "coercion", "matmult")
types <- paste0("ValueWithUncertainty.warn.", types)
options(as.list(setNames(rep.int(TRUE, length(types)), types)))
}# nocov end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.