# ==========================================================================
# ChAMP package initialization
# ==========================================================================
.onAttach <- function(libname, pkgname) {
mes <- " ___ _ _ __ __ ___
/ __| |_ /_\\ | \\/ | _ \\
| (__| ' \\ / _ \\| |\\/| | _/
\\___|_||_/_/ \\_\\_| |_|_|
------------------------------
"
mes2 <- " If you have any question or suggestion about ChAMP, please email to champ450k@gmail.com.\n Thank you for citating ChAMP:\n\n Yuan Tian, Tiffany J Morris, Amy P Webster, Zhen Yang, Stephan Beck, Andrew Feber, Andrew E Teschendorff; ChAMP: updated methylation analysis pipeline for Illumina BeadChips, Bioinformatics, btx513, https://doi.org/10.1093/bioinformatics/btx513"
mes3 <- " REQUIRE ChAMPdata >= 2.23.1"
packageStartupMessage(">> Package version 2.29.1 loaded <<\n", mes , mes2, mes3)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.