along_test_plans: Evaluate an Expression Across A Set of Future Plans

View source: R/along_test_plans.R

along_test_plansR Documentation

Evaluate an Expression Across A Set of Future Plans

Description

Evaluate an Expression Across A Set of Future Plans

Usage

along_test_plans(
  expr,
  substitute = TRUE,
  envir = parent.frame(),
  local = TRUE,
  plans = test_plans()
)

Arguments

expr

An R expression.

substitute

...

envir

The environment where tests are run.

local

Should tests be evaluated in a local environment or not.

plans

A list of future plans.

Value

A list of results, one for each future plan tested against.


future.tests documentation built on April 15, 2025, 9:06 a.m.