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
- Host: GitHub
- URL: https://github.com/futureverse/future.tools
- Owner: futureverse
- Created: 2022-02-27T05:43:21.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-29T05:02:47.000Z (9 months ago)
- Last Synced: 2025-04-11T00:35:42.014Z (8 months ago)
- Topics: parallel-computing, parallel-programming, r
- Language: R
- Homepage: http://future.tools.futureverse.org/
- Size: 11.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.