R/zzz.R

Defines functions .onAttach

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

.onAttach <- function(...) {
  ggplot2::theme_set(bayesplot::theme_default())
}
paulnorthrop/revdbayes documentation built on March 20, 2024, 1:01 a.m.