-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
32 lines (32 loc) · 913 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3