R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage(paste("\nWelcome to {gateR} version ", utils::packageDescription("gateR")$Version, "\n> help(\"gateR\") # for documentation\n> citation(\"gateR\") # for how to cite\n", sep = ""), appendLF = TRUE)
}

Try the gateR package in your browser

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

gateR documentation built on Feb. 16, 2023, 5:24 p.m.