# nocov start
.onLoad <- function(libname, pkgname) {
# Global options
op <- options()
op.rx <- list(
rx.default = list(
rx.lhs = "lhs",
rx.rhs = "rhs"
),
rx.lhs = "lhs",
rx.rhs = "rhs",
rx.labels = list()
)
# Don't overwrite existing options (unlikely but possible)
toset <- !(names(op.rx) %in% names(op))
if (any(toset)) {
options(op.rx[toset])
}
# S3 register for method dependencies
# s3_register("pillar::pillar_shaft", "vctrs_vctr")
# s3_register("tibble::type_sum", "vctrs_vctr")
}
# nocov end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.