tests/testthat/helper-ivx.R

.ivx_with_cpp_scan_enabled <- function(flag, expr) {
  old <- getOption("immutables.ivx.cpp_scan", default = TRUE)
  on.exit(options(immutables.ivx.cpp_scan = old), add = TRUE)
  options(immutables.ivx.cpp_scan = isTRUE(flag))
  force(expr)
}

Try the Immutables package in your browser

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

Immutables documentation built on Sept. 26, 2026, 1:07 a.m.