-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.66 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
Package: EVI
Title: Epidemic Volatility Index as an Early-Warning Tool
Version: 0.2.0-0
Date: 2023-07-12
Authors@R:
c(
person(given = "Eletherios",
family = "Meletis",
role = c("aut"),
email = "[email protected]"),
person(given = "Konstantinos",
family = "Pateras",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Paolo",
family = "Eusebi",
role = c("aut"),
email = "[email protected]"),
person(given = "Matt",
family = "Denwood",
role = c("aut"),
email = "[email protected]"),
person(given = "Polychronis",
family = "Kostoulas",
role = c("aut"),
email = "[email protected]")
)
Author: Polychronis Kostoulas <[email protected]>
Maintainer: Konstantinos Pateras <[email protected]>
Description:
This is an R package implementing the epidemic volatility index (EVI), as
discussed by Kostoulas et. al. (2021) and variations Pateras et al (2023). EVI is a new, conceptually simple, early warning tool for oncoming epidemic waves.
EVI is based on the volatility of newly reported cases per unit of time,
ideally per day, and issues an early warning when the volatility change rate exceeds a threshold.
URL: https://www.nature.com/articles/s41598-021-02622-3
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 3.5.0)
Imports:
ggplot2,
cowplot
Suggests:
knitr,
markdown,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-US