Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/openanalytics/rtq

Reliable Task Queues for R
https://github.com/openanalytics/rtq

Last synced: 9 days ago
JSON representation

Reliable Task Queues for R

Awesome Lists containing this project

README

        

# rtq

rtq introduces S3 generics for a reliable task queue interface based on leases.
A reference implementation in Redis is provided.

## Installation

From GitHub:

```r
if (!require("remotes") install.packages("remotes")
remotes::install_github("openanalytics/rtq", subdir = "rtq")
```