.onAttach <- function(libname, pkgname) {
packageStartupMessage("Welcome to HTSanalyzeR2!\n"
, appendLF = FALSE)
}
.onLoad <- function(libname, pkgname) {
if(getRversion() >= "3.5") {
utils::globalVariables(names = c("idx", "tags"), add=FALSE, package = "HTSanalyzeR2")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.