R/welcome.R

Defines functions .onAttach

# ==========================================================================
# package initialization
# ==========================================================================
.onAttach = function(libname, pkgname) {
    msg = "Welcome to 'XBSeq'."
    msg = strwrap(msg, exdent=4, indent=4)
    packageStartupMessage(paste(msg, collapse="\n"), appendLF=TRUE)
}

Try the XBSeq package in your browser

Any scripts or data that you put into this service are public.

XBSeq documentation built on Nov. 8, 2020, 11:12 p.m.