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.
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")
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.
To contribute to this package, please see CONTRIBUTING.md.