R/zzz.R

.onAttach <- function(...) {
  if (stats::runif(1) > 0.15) return()
  else (interactive())
  {
    packageStartupMessage("Type 'help(package=dkDNA)' for the package overview")
  }
}

Try the dkDNA package in your browser

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

dkDNA documentation built on May 2, 2019, 5:15 a.m.