R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  if (requireNamespace("ggplot2", quietly = TRUE)) {
    ggplot2::theme_set(ggplot2::theme_bw())
  }
  invisible()
}
llrs/integration-helper documentation built on Sept. 24, 2021, 10:57 a.m.