-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.16 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: comomodels
Title: A Suite of CoMo Models
Version: 0.0.0.9000
Authors@R: c(
person("The Como-DTC Development Team", email = "[email protected]", role = c("aut", "cre")))
Description: Pedagogical materials for learning COVID-19 transmission dynamics modelling
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/Como-DTC-Collaboration/como-models,
https://como-dtc-collaboration.github.io/como-models/
BugReports: https://github.com/Como-DTC-Collaboration/como-models/issues
Suggests:
covr,
testthat (>= 3.0.0),
knitr,
markdown,
rmarkdown,
htmltools
Config/testthat/edition: 3
Imports:
deSolve,
gridExtra,
glue,
reshape2,
tidyverse,
methods,
magrittr,
rlang,
dplyr,
forcats,
ggplot2,
viridis
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Collate:
'generics.R'
'SEIRD.R'
'SEIRDAge.R'
'SEIRDNPIAge.R'
'SEIRDV.R'
'SEIRDVAge.R'
'SEIRD_BD.R'
'SEIRD_CT.R'
'SEIRD_RU.R'
'SEIaImIsRD.R'
'SEmIRD.R'
'covid_transmission_parameters.R'
'data.R'
'intervention.R'