-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.94 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: openMalariaUtilities
Title: Helper functions to provide easier usage of Open Malaria from R
Version: 23.02
Authors@R:
c(person(given = "Roland",
family = "Goers",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Christian",
family = "Selinger",
role = c("aut"),
email = "[email protected]"),
person(given = "Emilie",
family = "Pothin",
role = c("aut"),
email = "[email protected]"),
person(given = "Munir",
family = "Winkel",
role = c("aut"),
email = "[email protected]"),
person(given = "Lucas",
family = "Tittmann",
role = c("ctb", "csl"),
email = "[email protected]"))
Description: Provides functions for creating scenarios and
running experiments.
Depends: R (>= 3.5.0)
License: GPL-3
URL: https://swisstph.github.io/r-openMalariaUtilities,
https://github.com/SwissTPH/r-openMalariaUtilities
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
checkmate (>= 2.1.0),
DBI (>= 1.1.2),
data.table (>= 1.14.2),
RSQLite (>= 2.2.14),
stats (>= 3.5.0),
xml2 (>= 1.3.2)
VignetteBuilder: knitr
Suggests:
covr (>= 3.5.1),
knitr (>= 1.36),
rmarkdown (>= 2.14),
testthat (>= 3.1.0)
Config/testthat/edition: 3
Collate:
'pkg_setup.R'
'printing.R'
'cache.R'
'base.R'
'data.R'
'db.R'
'directories.R'
'logs.R'
'om_output_dict.R'
'scenarios.R'
'simulation.R'
'time.R'
'utils.R'
'xml.R'
'xml_demography.R'
'xml_entomology_define.R'
'xml_healthSystem.R'
'xml_interventions.R'
'xml_interventions_changeHS.R'
'xml_interventions_define.R'
'xml_interventions_deploy.R'
'xml_model.R'
'xml_monitoring.R'
'xml_root.R'
'xml_validation.R'