R/zzz.R

Defines functions .onAttach .onLoad

.onLoad <- function(libname, pkgname) {
  update_geom_font_defaults()
}

.onAttach <- function(libname, pkgname) {
  if (!lato_installed()) {
    packageStartupMessage("Lato font is missing, please install it!")
  }
}

Try the unhcrthemes package in your browser

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

unhcrthemes documentation built on Nov. 27, 2023, 9:07 a.m.