Learn R Programming

future.tests (version 0.9.0)

Test Suite for 'Future API' Backends

Description

Backends implementing the 'Future' API , as defined by the 'future' package, should use the tests provided by this package to validate that they meet the minimal requirements of the 'Future' API. The tests can be performed easily from within R or from outside of R from the command line making it straightforward to include them in package tests and in Continuous Integration (CI) pipelines.

Copy Link

Version

Install

install.packages('future.tests')

Monthly Downloads

413

Version

0.9.0

License

LGPL (>= 2.1)

Issues

Pull Requests

Stars

Forks

Maintainer

Henrik Bengtsson

Last Published

April 15th, 2025

Functions in future.tests (0.9.0)

run_tests

Run All Tests
test_db

Manage the Test Database
run_test

Run a Test
make_test

Make a Test
check

Run All or a Subset of the Tests Across Future Plans
load_tests

Loads Future Tests
along_test_plans

Evaluate an Expression Across A Set of Future Plans
evaluate_expr

Evaluate an R Expression
add_test_plan

Add a Future Plan to Test Against
register_test

Register a Test
test_plans

Manage the Set of Future Plans to Test Against
skip_test

Skip The Current Test
subset_tests

Identify Subset of Tests with Specified Tags and that Support Specified Argument Settings
check_plan

Run All Tests