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?"
  )
}

Try the bkmr package in your browser

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

bkmr documentation built on March 28, 2022, 9:11 a.m.