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)

Try the iraceplot package in your browser

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

iraceplot documentation built on April 4, 2025, 1:50 a.m.