Skip to content

futureverse/doFuture.tests.extra

Repository files navigation

Build status

doFuture.tests.extra: Extra Test Sets for the 'doFuture' Package

This package is used to run the examples of packages that use foreach and %dopar% for parallelization, while using the doFuture backend. , This provides additional mechanisms for testing any available future backend in "real-world" scenarios. Specifically, we rely on the examples of packages BiocParallel, caret, doParallel, *glmnet, NMF, plyr, and TSP to run these real-world tests. Technically, this is achieved by this package injecting doFuture::registerDoFuture() into these examples at runtime.

Installation

R package doFuture.tests.extra is only available via GitHub and can be installed in R as:

remotes::install_github("futureverse/doFuture.tests.extra", ref="main")

Pre-release version

To install the pre-release version that is available in Git branch develop on GitHub, use:

remotes::install_github("futureverse/doFuture.tests.extra", ref="develop")

This will install the package from source.

Contributing

To contribute to this package, please see CONTRIBUTING.md.

About

doFuture.tests.extra: Extra Test Sets for the 'doFuture' Package

Topics

Resources

Stars

Watchers

Forks