-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
61 lines (61 loc) · 2.13 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
Package: cfr
Title: Estimate Disease Severity and Case Ascertainment
Version: 0.1.3
Authors@R: c(
person("Pratik R.", "Gupte", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-5294-7819")),
person("Adam", "Kucharski", , "[email protected]", role = c("aut", "cph", "cre"),
comment = c(ORCID = "0000-0001-8814-9421")),
person("Tim", "Russell", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-5610-6080")),
person("Joshua W.", "Lambert", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0001-5218-3046")),
person("Hugo", "Gruson", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0002-4094-1476")),
person("Tim", "Taylor", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0002-8587-7113")),
person("James M.", "Azam", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0001-5782-7330")),
person("Abdoelnaser M.", "Degoot", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0001-8788-2496")),
person("Sebastian", "Funk", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0002-2842-3406"))
)
Description: Estimate the severity of a disease and ascertainment of
cases, as discussed in Nishiura et al. (2009)
<doi:10.1371/journal.pone.0006852>.
License: MIT + file LICENSE
URL: https://github.com/epiverse-trace/cfr,
https://epiverse-trace.github.io/cfr/
BugReports: https://github.com/epiverse-trace/cfr/issues
Depends:
R (>= 3.5.0)
Imports:
checkmate,
stats
Suggests:
bookdown,
data.table,
distcrete,
distributional,
dplyr,
forcats,
ggplot2,
incidence2,
knitr,
magrittr,
purrr,
rmarkdown,
scales,
spelling,
testthat (>= 3.0.0),
tidyr
VignetteBuilder:
knitr
Config/Needs/website: epiverse-trace/epiversetheme
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1