R/init.R

Defines functions .onLoad

# nocov added because .onload cannot be tested
.onLoad <- function(libname, pkgname) {# nocov start
  types <- c("bool", "coercion", "matmult")
  types <- paste0("ValueWithUncertainty.warn.", types)
  options(as.list(setNames(rep.int(TRUE, length(types)), types)))
}# nocov end
micko920/ValueWithUncertainty documentation built on Aug. 1, 2024, 9:33 a.m.