.onLoad <- function(libname, pkgname) {
invisible()
}
.onAttach <- function(lib, pkg) {
packageStartupMessage("This is eicm ",
utils::packageDescription("eicm", fields="Version"))
packageStartupMessage("Be sure to check the vignette:\nvignette(\"eicm\")")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.