tests/testthat/helper.R

# Run all tests under a sequential plan so tests are deterministic
# and do not accidentally use parallel workers.
# This mirrors the convention in the pgfe package.
if (requireNamespace("future", quietly = TRUE)) {
  future::plan(future::sequential)
}

Try the pvarife package in your browser

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

pvarife documentation built on June 11, 2026, 5:08 p.m.