-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.22 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
Package: inc2prev
Title: Estimate incidence from Prevalence Estimates
Version: 0.1.0
Authors@R:
c(person(given = "Sam",
family = "Abbott",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8057-8037")),
person(given = "Sebastian",
family = "Funk",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2842-3406")))
Description: Estimate incidence from prevalence estimates, currently
demonstrated using the Office for National Statistics COVID-19
prevalence estimates.
License: BSD 3-Clause + file LICENSE
Imports:
cmdstanr,
rstan,
readxl,
readr,
data.table,
dplyr,
ggplot2,
bayesplot,
posterior,
truncnorm,
purrr,
scales,
here,
rvest,
janitor,
tidyr,
socialmixr,
future.apply,
future.callr,
progressr,
piggyback,
fs,
forcats,
docopt,
magick,
svglite
Remotes:
stan-dev/cmdstanr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
cowplot,
bookdown,
kableExtra,
devtools