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: 5 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: HenrikBengtsson
- Created: 2021-08-27T18:20:05.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-12T03:12:07.000Z (over 2 years ago)
- Last Synced: 2024-12-08T00:18:08.165Z (over 1 year ago)
- Topics: futureverse, parallel, r-package, testsuite
- Language: R
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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).