mrc-ide / queuer

:walking::walking::walking: Prototype general queue
https://mrc-ide.github.io/queuer
Other
4 stars 1 forks source link

MRC-470: tidy up package #26

Closed richfitz closed 5 years ago

richfitz commented 5 years ago

This PR will tidy up the package to get it passing again on appveyor.

The principle change is that the proof-of-concept queue changes its implementation from being based on file locking with seagull (which will probably never go to cran as it proved not to be super reliable) to use thor (which is on cran since March).

Other changes just tighten up the QA checking, updates to deal with changes in testthat, remotes and appveyor.

richfitz commented 5 years ago

something odd going on here with GH not picking up new commits...