R/zzz.R

Defines functions .onLoad

.onLoad <- function(...) {
  options(fuzzy_threshold = 2)
  }
courtiol/dfuzz documentation built on Oct. 28, 2020, 6 a.m.