R/zzz.r

.onAttach <- function(libname, pkgname){
  pkg.version <- packageDescription("ggene", fields = "Version")
  startup.txt <- paste("\nggene version ", pkg.version, " is loaded\n", sep="")
  packageStartupMessage(startup.txt)
}

Try the ggene package in your browser

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

ggene documentation built on May 2, 2019, 5:54 p.m.