R/zzz.R

Defines functions .onLoad

#' @include feasible.R

.onLoad <- function(lib, pkg) {
  setFeasibilityConstants()
  setTryRecovery()
  options("optmatch_verbose_messaging" = FALSE)
}

Try the optmatch package in your browser

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

optmatch documentation built on Nov. 16, 2023, 5:06 p.m.