-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1 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
Package: covidModel
Title: COVID-19 Modeling Tools for Shelby County Health
Department
Version: 0.0.0.9000
Authors@R:
person(given = "Jesse",
family = "Smith",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7375-2463"))
Description: covidModel contains inference and prediction
functions to aid understanding of the COVID-19 epidemic in Shelby
County. The focus is primarily on temporal data, though other methods
may be included.
License: GPL-3
Imports:
anomalize,
bsts,
coviData,
deSolve,
EpiEstim,
magrittr,
MASS,
methods,
rlang,
tidylog,
vctrs
Suggests:
Boom,
covr,
dplyr,
ggplot2,
lubridate,
purrr,
roxygen2,
stringr,
testthat (>= 3.0.0),
tibble,
tidyr,
timetk,
zoo
Remotes:
jesse-smith/coviData
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1