Package: liteq
Title: Lightweight Portable Message Queue Using 'SQLite'
Version: 1.1.0
Author: Gábor Csárdi
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Description: 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.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/r-lib/liteq#readme
BugReports: https://github.com/r-lib/liteq/issues
RoxygenNote: 6.1.1
Imports: assertthat, DBI, rappdirs, RSQLite
Suggests: callr, covr, processx, testthat, withr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-03-08 10:41:18 UTC; gaborcsardi
Repository: CRAN
Date/Publication: 2019-03-08 13:40:10 UTC
Built: R 4.1.0; ; 2021-05-26 22:06:07 UTC; unix
