R/zzz.R

Defines functions .onLoad

# nocov start
.onLoad <- function(...) {
  s3_register("base::format", "zephyr_option")
  s3_register("base::print", "zephyr_option")
  s3_register("base::print", "zephyr_options")
}
# nocov end

Try the zephyr package in your browser

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

zephyr documentation built on Aug. 22, 2025, 9:09 a.m.