R/zzz.R

Defines functions .onLoad

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