R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  version = packageVersion("detectRUNS")
  packageStartupMessage(paste("Using detectRUNS", version))
}

.onUnload <- function (libpath) {
  library.dynam.unload("detectRUNS", libpath)
}

Try the detectRUNS package in your browser

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

detectRUNS documentation built on Oct. 30, 2019, 11:41 a.m.