-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
39 lines (39 loc) · 1.15 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
Package: epiwave.pipelines
Title: Constructor pipelines for epiwave
Version: 0.0.9
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("Kate", "Senior", role = "aut",
comment = c(ORCID = "0000-0003-1123-1472")),
person("Nick", "Golding", role = "aut",
comment = c(ORCID = "0000-0001-8916-5570")))
Description: This package exists as a toolbox to interact with greta arrays
created with epiwave for modelling infections as a gaussian process
over time.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/idem-lab/epiwave.pipelines
BugReports: https://github.com/idem-lab/epiwave.pipelines/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
coda,
cowplot,
dplyr,
ggdist,
ggplot2,
greta,
lubridate,
magrittr,
methods,
RColorBrewer,
stringr,
tibble,
tidyr