R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage('Welcome to genBart! To get started, it is recommended to walk 
through the vignette. It can be accessed through browseVignettes("genBart").')
}

Try the genBart package in your browser

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

genBart documentation built on May 2, 2019, 9:13 a.m.