R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  #pkgVersion <- packageDescription(pkg = pkgname, fields="Version")

  #msg <- paste0("Welcome to Noncoding RNA Gene Set Enrichment package,
                  #", pkgname,"\n")

  #cit <- paste0("If you use ", pkgname, " this tool, please cite:\n")

  #packageStartupMessage(paste0(msg, cit))
}

Try the NoRCE package in your browser

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

NoRCE documentation built on Nov. 8, 2020, 7:17 p.m.