-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
39 lines (39 loc) · 955 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
33
34
35
36
37
38
39
Package: rrq
Title: Simple Redis Queue
Version: 0.7.21
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "rich.fitzjohn@gmail.com"),
person("Robert", "Ashton", role = "aut"),
person("Imperial College of Science, Technology and Medicine",
role = "cph"))
Description: Simple Redis queue in R.
License: MIT + file LICENSE
LazyData: true
URL: https://mrc-ide.github.io/rrq, https://github.com/mrc-ide/rrq
BugReports: https://github.com/mrc-ide/rrq/issues
Imports:
R6,
callr (>= 3.7.0),
cli,
docopt,
ids,
logwatch (>= 0.1.1),
progress,
redux (>= 1.0.0),
rlang
Suggests:
knitr,
markdown,
mockery,
processx,
rmarkdown,
testthat,
withr
RoxygenNote: 7.3.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = TRUE)
Language: en-GB
Config/testthat/edition: 3
VignetteBuilder: knitr
Remotes:
reside-ic/logwatch