-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.41 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.41 KB
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
Package: vimcheck
Title: Diagnostics for Vaccine Impact Modelling Consortium Burden and
Impact Estimates
Version: 0.0.3
Authors@R: c(
person("Pratik", "Gupte", , "p.gupte24@imperial.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5294-7819")),
person("Katy", "Gaythorpe", role = "aut",
comment = c(ORCID = "0000-0003-3734-9081")),
person("Xiang", "Li", role = "aut",
comment = c(ORCID = "0000-0002-5945-159X")),
person("Zoë", "Gibney", role = "aut",
comment = c(ORCID = "0009-0002-8114-9984")),
person("Imperial College of Science, Technology and Medicine", role = c("cph", "fnd"))
)
Description: Run diagnostics on burden estimates submitted by modellers in
the Vaccine Impact Modelling Consortium (VIMC) and impact estimates
calculated by the VIMC Science & Policy team.
License: MIT + file LICENSE
URL: https://github.com/vimc/vimcheck, https://vimc.github.io/vimcheck/
BugReports: https://github.com/vimc/vimcheck/issues
Depends:
R (>= 3.5)
Imports:
checkmate,
cli,
dplyr,
forcats,
ggplot2,
glue,
readr,
rlang,
scales,
stringr,
tidyr
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tibble,
vdiffr,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2