Package: liteq Title: Lightweight Portable Message Queue Using 'SQLite' Version: 1.1.0 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) 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 URL: https://github.com/r-lib/liteq#readme BugReports: https://github.com/r-lib/liteq/issues Depends: R (>= 3.6) Imports: assertthat, DBI, rappdirs, RSQLite Suggests: callr, covr, processx, testthat, withr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Repository: https://r-lib.r-universe.dev Date/Publication: 2024-11-09 18:29:07 UTC RemoteUrl: https://github.com/r-lib/liteq RemoteRef: HEAD RemoteSha: 1455adc21edeffaf5daf873d20c1ce828b9b87ab NeedsCompilation: no Packaged: 2026-06-19 08:45:23 UTC; root Author: Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Gábor Csárdi