R/init.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
  # When compiled with debugging, CppAD's errors can be turned in R errors by this initiation
  set_cppad_error_handler()
}

Try the scorematchingad package in your browser

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

scorematchingad documentation built on April 4, 2025, 12:15 a.m.