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
- Host: GitHub
- URL: https://github.com/futureverse/dofuture.tests.extra
- Owner: futureverse
- Created: 2021-08-27T18:20:05.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-09T17:48:15.000Z (2 months ago)
- Last Synced: 2025-03-28T14:11:45.016Z (about 2 months ago)
- Topics: futureverse, parallel, r-package, testsuite
- Language: R
- Homepage: https://www.futureverse.org/quality.html
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 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).