Nothing
##' @importFrom utils packageDescription
.onAttach <- function(libname, pkgname) {
pkgVersion <- packageDescription(pkgname, fields="Version")
msg <- paste0(pkgname, " v ", pkgVersion, " ",
"welcome to use ",pkgname, "!\n")
citation <- paste0("If you use ", pkgname, " in published research, please acknowledgements:\n",
"We thank Dr.Jianming Zeng(University of Macau), and all the members of his bioinformatics team, biotrainee, for generously sharing their experience and codes.")
packageStartupMessage(paste0(msg, citation))
}
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.