Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrc-ide/queuer

:walking::walking::walking: Prototype general queue
https://github.com/mrc-ide/queuer

cluster infrastructure

Last synced: about 2 months ago
JSON representation

:walking::walking::walking: Prototype general queue

Awesome Lists containing this project

README

        

# queuer

[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![R build status](https://github.com/mrc-ide/queuer/workflows/R-CMD-check/badge.svg)](https://github.com/mrc-ide/queuer/actions)
[![codecov.io](https://codecov.io/github/mrc-ide/queuer/coverage.svg?branch=master)](https://codecov.io/github/mrc-ide/queuer?branch=master)

> Queue Tasks

Queue tasks and then run them.

This package exists to make use of HPC systems where jobs are submitted to remote computers. There is considerable overlap here with the `BatchJobs` package, and it might be better to target whatever extensibility that package has.

## Installation

(Relatively) stable version via `drat`:

```r
drat:::add("mrc-ide")
install.packages("queuer")
```