-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.95 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: daedalus
Title: Model Health, Social, and Economic Costs of a Pandemic
Version: 0.2.0
Authors@R: c(
person("Pratik", "Gupte", , "p.gupte24@imperial.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5294-7819")),
person("Patrick", "Doohan", role = "aut",
comment = c(ORCID = "0000-0001-8076-1106")),
person("Robert", "Johnson", role = "aut",
comment = c(ORCID = "0000-0002-7365-0042")),
person("Rich", "FitzJohn", role = "aut",
comment = c(ORCID = "0000-0001-8888-3837")),
person("Emma", "Russell", role = "aut"),
person("David", "Mears", role = "aut"),
person("Katharina", "Hauck", role = "aut",
comment = c(ORCID = "0000-0003-3138-4169")),
person("Abdul Latif Jameel Institute for Disease and Emergency Analytics", role = "fnd"),
person("Imperial College of Science, Technology and Medicine", role = c("cph", "fnd"))
)
Description: Model the health, education, and economic costs of directly
transmitted respiratory virus pandemics, under different scenarios of
prior vaccine investment and reactive interventions, using the
'DAEDALUS' integrated health-economics model adapted from Haw et al.
(2022) <doi.org/10.1038/s43588-022-00233-0>.
License: MIT + file LICENSE
URL: https://github.com/jameel-institute/daedalus,
https://jameel-institute.github.io/daedalus/
BugReports: https://github.com/jameel-institute/daedalus/issues
Depends:
R (>= 2.10)
Imports:
checkmate,
cli,
data.table,
deSolve,
Rcpp,
RcppEigen,
rlang
Suggests:
countrycode,
dplyr,
ggdist,
ggplot2,
knitr,
rmarkdown,
scales,
spelling,
testthat (>= 3.0.0),
tidyr
LinkingTo:
BH,
Rcpp,
RcppEigen
VignetteBuilder:
knitr
Config/Needs/website: jameel-institute/jameelinst.rpkg.theme
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2