-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
40 lines (40 loc) · 1.26 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
Package: epiwave
Title: Estimate epidemiological parameters by modelling new infections as a
gaussian process over time
Version: 0.1.0
Authors@R: c(
person("Saras", "Windecker", role = c("aut", "cre"),
email = "saras.windecker@gmail.com",
comment = c(ORCID = "0000-0002-4870-8353")),
person("Tianxiao", "Hao", role = "aut",
comment = c(ORCID = "0000-0003-4363-1956")),
person("Nick", "Golding", role = "aut",
comment = c(ORCID = "0000-0001-8916-5570")),
person("Kate", "Senior", role = "ctb",
comment = c(ORCID = "0000-0003-1123-1472")))
Description: This package exists as a toolbox to create the greta arrays
necessary to model infections as a gaussian process over time. The resulting
infection timeseries can be used to estimate epidemiological parameters.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/idem-lab/epiwave
BugReports: https://github.com/idem-lab/epiwave/issues
Suggests:
R.rsp,
testthat (>= 3.0.0)
VignetteBuilder: R.rsp
Imports:
dplyr,
epiwave.params,
epiwave.pipelines,
greta,
greta.gp,
magrittr,
methods,
mgcv,
rlang,
tibble,
tidyr
Config/testthat/edition: 3