R/zzz.R

Defines functions .onLoad

# nocov start
.onLoad <- function(...) {
  register_all_s3_methods()
  invisible()
}
# nocov end

Try the Rcompadre package in your browser

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

Rcompadre documentation built on Sept. 3, 2023, 1:07 a.m.