tests/testthat/setup.R

testthat_old_opts <- options(
  warnPartialMatchArgs = TRUE,
  warnPartialMatchAttr = TRUE,
  warnPartialMatchDollar = TRUE
)
testthat_old_opts <- lapply(testthat_old_opts, function(x) if (is.null(x)) FALSE else x)
pabloOnate/iraceplot documentation built on Aug. 29, 2021, 2:32 a.m.