R/zzz.R

Defines functions release_questions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("For guided examples, go to 'https://jenfb.github.io/bkmr/overview.html'")
}

release_questions <- function() {
  c(
    "Have you updated the vignette and posted to GitHub?"
  )
}
jenfb/bkmr documentation built on March 26, 2022, 8:30 p.m.