Package: rrq Title: Simple Redis Queue Version: 0.7.23 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 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.2 Encoding: UTF-8 Roxygen: list(markdown = TRUE, r6 = TRUE) Language: en-GB Config/testthat/edition: 3 VignetteBuilder: knitr Remotes: reside-ic/logwatch Config/pak/sysreqs: libhiredis-dev libssl-dev Repository: https://mrc-ide.r-universe.dev Date/Publication: 2025-06-24 12:48:02 UTC RemoteUrl: https://github.com/mrc-ide/rrq RemoteRef: master RemoteSha: 5ff431a3c9d69fb8609d819805f62b470ce40e35 NeedsCompilation: no Packaged: 2026-06-20 10:41:52 UTC; root Author: Rich FitzJohn [aut, cre], Robert Ashton [aut], Imperial College of Science, Technology and Medicine [cph] Maintainer: Rich FitzJohn