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

https://github.com/futureverse/future.tools

[BETA] R package: future.tools - Tools for Working with Futures
https://github.com/futureverse/future.tools

parallel-computing parallel-programming r

Last synced: 2 months ago
JSON representation

[BETA] R package: future.tools - Tools for Working with Futures

Awesome Lists containing this project

README

          


R CMD check status

# future.tools: Tools for Working with Futures

## Installation
R package future.tools is only available via [GitHub](https://github.com/futureverse/future.tools) and can be installed in R as:
```r
remotes::install_github("futureverse/future.tools", ref="master")
```

### Pre-release version

To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("futureverse/future.tools", ref="develop")
```
This will install the package from source.