R/zzz.R

Defines functions .onLoad

default_method <- NULL

.onLoad <- function(libname, pkgname) {
  # Update the default method
  ns <- asNamespace("winch")
  ns[["default_method"]] <- .Call(winch_c_trace_back_default_method)
}
r-prof/winch documentation built on June 12, 2025, 10:56 p.m.