#' @importFrom utils packageVersion
.onAttach <- function(libname, pkgname) {
packageStartupMessage("This is version ", packageVersion("stenR"),
" of stenR package.\n",
"Visit https://github.com/statismike/stenR to report an issue",
" or contribute. If you like it - star it!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.