Nothing
##' @importFrom utils packageDescription
.onAttach <- function(libname, pkgname) {
pkgVersion <- packageDescription(pkgname, fields="Version")
msg <- paste0(pkgname, " v", pkgVersion, " ",
"For help: https://guangchuangyu.github.io/software/", pkgname, "\n\n")
citation <- paste0("If you use ", pkgname, " in published research, please cite:\n",
"Guangchuang Yu, Li-Gen Wang, Yanyan Han, Qing-Yu He. ",
"clusterProfiler: an R package for comparing biological themes among gene clusters. ",
"OMICS: A Journal of Integrative Biology. 2012, 16(5):284-287.")
packageStartupMessage(paste0(msg, citation))
options(timeout = max(300, getOption("timeout"))) # see ?download.file
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.