R/hooks.r

.onAttach <- function(libname, pkgname){
  # Do whatever needs to be done when the package is loaded.
  packageStartupMessage(paste("PCRsim",utils::packageVersion("pcrsim"), "loaded!"))
}

Try the pcrsim package in your browser

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

pcrsim documentation built on May 2, 2019, 2:40 a.m.