R/zzz.R

Defines functions .onLoad

.onLoad <- function(...) {
  s3_register("sandwich::bread", "eglm")
  s3_register("sandwich::bread", "elm")

  s3_register("broom::tidy", "elm")
  s3_register("broom::tidy", "eglm")

  s3_register("broom::augment", "elm")
  s3_register("broom::augment", "eglm")

  s3_register("broom::glance", "elm")
  s3_register("broom::glance", "eglm")

  return(invisible())
}

Try the eflm package in your browser

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

eflm documentation built on June 1, 2021, 1:06 a.m.