R/zzz.R

Defines functions .onLoad .onAttach

#' @include feasible.R

.onAttach <- function(lib, pkg) {
packageStartupMessage("The optmatch package has an academic license. Enter relaxinfo() for more information.")
}

.onLoad <- function(lib, pkg) {
  setFeasibilityConstants()
  setTryRecovery()
  options("optmatch_verbose_messaging" = FALSE)
}
jgellar/GroupMatch documentation built on Nov. 8, 2022, 10:48 p.m.