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