-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
39 lines (39 loc) · 1.41 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: epitrix
Title: Small Helpers and Tricks for Epidemics Analysis
Version: 0.4.0
Authors@R: c(person("Thibaut", "Jombart", email = "thibautjombart@gmail.com", role = c("aut", "cre")),
person("Anne", "Cori", email = "a.cori@imperial.ac.uk", role = c("aut")),
person("Zhian N.", "Kamvar", email = "zkamvar@gmail.com", role = "ctb"),
person("Dirk", "Schumacher", email = "mail@dirk-schumacher.net", role = "ctb"),
person("Flavio", "Finger", email = "flavio.finger@lshtm.ac.uk", role = "aut"),
person("Charlie", "Whittaker", email = "charles.whittaker16@imperial.ac.uk", role = "ctb")
)
Description: A collection of small functions useful for epidemics analysis and infectious disease modelling. This includes computation of basic reproduction numbers from growth rates, generation of hashed labels to anonymize data, and fitting discretized Gamma distributions.
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
roxygen2,
outbreaks,
incidence (>= 1.4.1),
knitr,
rmarkdown,
magrittr,
ggplot2,
tibble,
covr
Imports:
sodium,
distcrete,
stringi,
dplyr,
purrr,
rlang,
tidyr
RoxygenNote: 7.2.3
Config/testthat/edition: 3
URL: http://www.repidemicsconsortium.org/epitrix/
BugReports: https://github.com/reconhub/epitrix/issues
VignetteBuilder: knitr