An open API service indexing awesome lists of open source software.

https://github.com/futureverse/dofuture.tests.extra

doFuture.tests.extra: Extra Test Sets for the 'doFuture' Package
https://github.com/futureverse/dofuture.tests.extra

futureverse parallel r-package testsuite

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        


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](https://github.com/futureverse/doFuture.tests.extra) and can
be installed in R as:

```r
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:

```r
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](CONTRIBUTING.md).