R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  # Runs when attached to search() path such as by library() or require()
  if (interactive()) {
    v = packageVersion("coRge")

    packageStartupMessage(paste0("coRge v", v, ". This version is unstable and should not be used in development. More information and guide at https://github.com/chris1221/cor-ge."))


  }
}
Chris1221/coRge documentation built on May 6, 2019, 11:19 a.m.