R/aaa.R

.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 EnsemblePenReg package in your browser

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

EnsemblePenReg documentation built on May 2, 2019, 7:29 a.m.