#R
.onLoad <- function(lib, pkg){
if(interactive()){
.buildOnLoad()
}
}
#' @importFrom utils packageVersion
.onAttach <- function(lib, pkg){
if(interactive()){
## packagedir <- system.file(package = 'rawrr')
version <- packageVersion('rawrr')
thermocopyright <- "RawFileReader reading tool. Copyright \u00A9 2016 by Thermo Fisher Scientific, Inc. All rights reserved."
packageStartupMessage("Package 'rawrr' version ", version, " using\n", thermocopyright)
invisible()
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.