-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.04 KB
/
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
41
42
43
Package: daedalus.api
Title: Serve the 'daedalus' model via an API
Version: 0.1.0
Authors@R: c(
person("Pratik", "Gupte", , "p.gupte24@imperial.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5294-7819")),
person("Imperial College of Science, Technology and Medicine", role = "cph")
)
Description: API server for the 'daedalus' model, using 'porcelain' and
'plumber'.
License: MIT + file LICENSE
URL: https://github.com/jameel-institute/daedalus.api
BugReports: https://github.com/jameel-institute/daedalus.api/issues
Imports:
daedalus (>= 0.1.0),
docopt,
dplyr,
jsonlite,
lgr,
openssl,
porcelain,
R6,
redux,
rrq,
stringr,
tidyr
Suggests:
httr,
mockery,
spelling,
testthat (>= 3.0.0),
uuid,
withr
Remotes:
jameel-institute/daedalus,
mrc-ide/rrq,
reside-ic/porcelain
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace",
"porcelain::porcelain_roclet"))
RoxygenNote: 7.3.2