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)
}

Try the winch package in your browser

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

winch documentation built on April 20, 2023, 9:14 a.m.