.onAttach <- function( libname, pkgname ) {
if( interactive() )
packageStartupMessage(
pkgname ,
"-" ,
utils::packageVersion(pkgname, libname),
" - Copyright \u00a9 ", substr(Sys.Date(),1,4),
" Decision Patterns" ,
domain = NA
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.