Nothing
### this is run every time library(NMsim) or require(NMsim) is
### called.
##' @importFrom utils packageVersion
.onAttach <- function(libname,pkgname){
packageStartupMessage(paste0("NMsim ",packageVersion("NMsim"),". Browse NMsim documentation at\nhttps://nmautoverse.github.io/NMsim/"))
}
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.