-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1008 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
40
Package: orderly.runner
Title: Run an 'orderly2' Packet
Version: 0.1.0
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "rich.fitzjohn@gmail.com"),
person("Imperial College of Science, Technology and Medicine",
role = "cph"))
Description: Small HTTP server for running orderly reports.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "porcelain::porcelain_roclet"))
URL: https://github.com/mrc-ide/orderly.runner
BugReports: https://github.com/mrc-ide/orderly.runner/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
docopt,
gert (>= 2.0.1),
ids,
jsonlite,
orderly2 (>= 1.99.13),
porcelain,
R6,
redux,
rrq (>= 0.7.15),
withr
Suggests:
fs,
httr,
lgr,
mockery,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Remotes:
mrc-ide/orderly2,
reside-ic/porcelain,
mrc-ide/rrq,
r-lib/gert