liteq: Lightweight Portable Message Queue Using 'SQLite'

Temporary and permanent message queues for R. Built on top of 'SQLite' databases. 'SQLite' provides locking, and makes it possible to detect crashed consumers. Crashed jobs can be automatically marked as "failed", or put in the queue again, potentially a limited number of times.

Version: 1.0.1
Imports: assertthat, DBI, rappdirs, RSQLite
Suggests: covr, testthat, withr
Published: 2017-10-20
Author: Gábor Csárdi
Maintainer: Gábor Csárdi <csardi.gabor at gmail.com>
BugReports: https://github.com/r-lib/liteq/issues
License: MIT + file LICENSE
URL: https://github.com/r-lib/liteq#readme
NeedsCompilation: no
Materials: README NEWS
CRAN checks: liteq results

Downloads:

Reference manual: liteq.pdf
Package source: liteq_1.0.1.tar.gz
Windows binaries: r-devel: liteq_1.0.1.zip, r-release: liteq_1.0.1.zip, r-oldrel: liteq_1.0.1.zip
OS X El Capitan binaries: r-release: liteq_1.0.1.tgz
OS X Mavericks binaries: r-oldrel: liteq_1.0.1.tgz
Old sources: liteq archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=liteq to link to this page.