R/zzz.R

Defines functions .onLoad

# nocov start
.onLoad <- function(...) {
  register_all_s3_methods()
  invisible()
}
# nocov end
jonesor/Rcompadre documentation built on Oct. 18, 2024, 1:12 a.m.