Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 656 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 656 Bytes

future.clustermq: A Future API for Parallel Processing using 'clustermq'

Installation

R package future.clustermq is only available via GitHub and can be installed in R as:

remotes::install_github("HenrikBengtsson/future.clustermq", ref="master")

Pre-release version

To install the pre-release version that is available in Git branch develop on GitHub, use:

remotes::install_github("HenrikBengtsson/future.clustermq", ref="develop")

This will install the package from source.