R/zzz.R

Defines functions .onAttach

.onUnload <- function (libpath) {
  library.dynam.unload("revdbayes", libpath)
}

.onAttach <- function(...) {
  ggplot2::theme_set(bayesplot::theme_default())
}

Try the revdbayes package in your browser

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

revdbayes documentation built on Sept. 10, 2023, 1:07 a.m.