R/aaa.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  RFver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                    fields="Version")
  packageStartupMessage(paste(pkgname, RFver))
  packageStartupMessage("School of Public Health, Imperial College London &\nScientific Computing Group, Sentrana Inc.")
}

#.onLoad <- function(libname, pkgname) {
#}

Try the EnsemblePCReg package in your browser

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

EnsemblePCReg documentation built on April 19, 2022, 1:06 a.m.