Nothing
.onAttach <- function(libname, pkgname) {
msg <- paste(
"Welcome to dRiftDM", utils::packageVersion("dRiftDM"),
"\nPlease report any bugs or unexpected behavior"
)
if (requireNamespace("cowsay", quietly = TRUE)) {
packageStartupMessage(cowsay::say(
what = msg,
by = "cow", type = "string"
))
} else {
packageStartupMessage(msg)
}
}
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.