R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  ggplot2::theme_set(ggplot2::theme_minimal())
  ggplot2::update_geom_defaults("bar", list(fill = "red"))

  invisible()
}

## Declaring globals
utils::globalVariables(c("category", "category_name", "courseid", "created", "gender", "hist", "maxtime",
                         "mintime",
                         "name", "normalized_grade", "rawgrade", "rawgrademax", "thread_name", "userid", "word"))
chi2labs/moodleR documentation built on Sept. 15, 2022, 12:16 a.m.