.onAttach <- function(libname, pkgname) {
suppressPackageStartupMessages(pkgname)
if("roxygen2" %in% (.packages())){
suppressWarnings(detach("package:roxygen2", unload = FALSE, force = TRUE))
}
packageStartupMessage("Welcome to simmethods")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.