#R
#' @importFrom utils packageVersion
#' @import ExperimentHub
.onAttach <- function(lib, pkg) {
if (interactive()) {
version <- packageVersion('tartare')
packageStartupMessage("Package 'tartare' version ", version)
invisible()
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.