forked from mrc-ide/deterministic-malaria-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.23 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
Package: ICDMM
Type: Package
Title: Deterministic malaria odin model
Version: 0.1.1
Authors@R:
c(person(given = "Joel",
family = "Hellewell",
role = c("aut"),
email = "[email protected]"),
person(given = "Hannah",
family = "Slater",
role = c("aut"),
email = "[email protected]"),
person(given = "Juliette",
family = "Unwin",
role = c("aut"),
email = "[email protected]"),
person(given = "OJ",
family = "Watson",
role = c("aut", "cre"),
email = "[email protected]"))
Maintainer: OJ Watson <[email protected]>
Description: Deterministic implementations of the Imperial College
malaria transmission model using the pacakge odin.
License: MIT + file LICENSE
Imports:
ggplot2,
reshape2,
statmod,
stringi,
rlang,
odin (>= 1.1.5),
RecordLinkage
Remotes:
richfitz/odin,
richfitz/dde
Depends:
R (>= 2.10)
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.1
Additional_repositories: https://mrc-ide.github.io/drat
Suggests:
knitr,
rmarkdown,
testthat,
dde
VignetteBuilder: knitr