R/zzz.R

Defines functions .onLoad

.cache <- ext_cache()

.onLoad <- function(libname, pkgname) {
  if (rlang::is_interactive()) {
    repo_startup_check()
  }
}

Try the quak package in your browser

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

quak documentation built on June 9, 2026, 5:09 p.m.