generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
54 lines (54 loc) · 1.93 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
54
Package: simulist
Title: Simulate Disease Outbreak Line List and Contacts Data
Version: 0.3.0.9000
Authors@R: c(
person("Joshua W.", "Lambert", , "joshua.lambert@lshtm.ac.uk", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5218-3046")),
person("Carmen", "Tamayo", , "carmen.tamayo-cuartero@lshtm.ac.uk", role = "aut",
comment = c(ORCID = "0000-0003-4184-2864")),
person("Hugo", "Gruson", , "hugo@data.org", role = c("ctb", "rev"),
comment = c(ORCID = "0000-0002-4094-1476")),
person("Pratik R.", "Gupte", , "pratik.gupte@lshtm.ac.uk", role = c("ctb", "rev"),
comment = c(ORCID = "0000-0001-5294-7819")),
person("Adam", "Kucharski", , "adam.kucharski@lshtm.ac.uk", role = "rev",
comment = c(ORCID = "0000-0001-8814-9421")),
person("Chris", "Hartgerink", , "chris@data.org", role = "rev",
comment = c(ORCID = "0000-0003-1050-6809"))
)
Description: Tools to simulate realistic raw case data for an epidemic in
the form of line lists and contacts using a branching process.
Simulated outbreaks are parameterised with epidemiological parameters
and can have age structured populations, age-stratified
hospitalisation and death risk and time-varying case fatality risk.
License: MIT + file LICENSE
URL: https://github.com/epiverse-trace/simulist,
https://epiverse-trace.github.io/simulist/
BugReports: https://github.com/epiverse-trace/simulist/issues
Depends:
R (>= 3.6.0)
Imports:
checkmate,
epiparameter,
randomNames,
rlang,
stats
Suggests:
dplyr,
epicontacts (>= 1.1.3),
ggplot2,
incidence2 (>= 2.1.0),
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tidyr
VignetteBuilder:
knitr
Remotes:
epiverse-trace/epiparameter
Config/Needs/website: epiverse-trace/epiversetheme
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2