-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.6 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
63
64
65
Package: cr0eso
Title: Estimation of R0 For Multiple Outbreaks
Version: 0.0.0.9002
Authors@R:
c(person(given = "Mike",
family = "Irvine",
role = c("aut", "cre"),
email = "mike.irvine@bccdc.ca",
comment = c(ORCID = "0000-0003-4785-8998")),
person(given = c("Sean", "C."),
family = "Anderson",
role = c("aut"),
email = "sean@seananderson.ca",
comment = c(ORCID = "0000-0001-9563-1937")),
person(given = c("Jessica", "E."),
family = "Stockdale",
role = "aut"))
Author: Mike Irvine [aut, cre]
Maintainer: Mike Irvine <mike.irvine@bcchr.ca>
Description: Estimation of R0 for a group of outbreaks of COVID-19 in long-term care facicilites using a Bayesian Hierarchical SEIR model.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Biarch: true
Depends:
R (>= 3.4.0)
Imports:
glue,
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.1.1),
rlang,
dplyr,
ggplot2,
magrittr,
tibble,
tidyr,
tidyselect,
forcats,
glue,
stringr,
tidybayes,
purrr,
scales,
latex2exp
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
SystemRequirements: GNU make
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
ggstance,
gridExtra,
directlabels
VignetteBuilder: knitr
URL: https://github.com/sempwn/cr0eso
BugReports: https://github.com/sempwn/cr0eso/issues