forked from plietar/malariasimulation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
105 lines (105 loc) · 1.96 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Package: malariasimulation
Title: An individual based model for malaria
Version: 1.6.1
Authors@R: c(
person(
given = "Giovanni",
family = "Charles",
role = c('aut', 'cre'),
email = '[email protected]'
),
person(
given = "Peter",
family = "Winskill",
role = c('aut'),
email = '[email protected]'
),
person(
given = "Hillary",
family = "Topazian",
role = c('aut'),
email = '[email protected]'
),
person(
given = "Joseph",
family = "Challenger",
role = c('aut'),
email = '[email protected]'
),
person(
given = "Richard",
family = "Fitzjohn",
role = c('aut'),
email = '[email protected]'
),
person(
given = "Richard",
family = "Sheppard",
role = c('aut'),
email = '[email protected]'
),
person(
given = "Tom",
family = "Brewer",
role = c('aut'),
email = '[email protected]'
),
person(
given = "Kelly",
family = "McCain",
role = c('aut'),
email = '[email protected]'
),
person(
given = "Lydia",
family = "Haile",
role = c('aut'),
email = '[email protected]'
),
person(
given = "Imperial College of Science, Technology and Medicine",
family = "",
role = c('cph'),
email = '[email protected]'
))
Description: Specifies the latest and greatest malaria model.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Remotes:
mrc-ide/malariaEquilibrium,
mrc-ide/individual
Imports:
individual (>= 0.1.16),
malariaEquilibrium (>= 1.0.1),
Rcpp,
statmod,
MASS,
dqrng (>= 0.4),
sitmo,
BH,
R6,
progress
Suggests:
testthat,
mockery,
knitr,
rmarkdown,
reshape2,
DiagrammeR,
cowplot,
ggplot2,
covr,
mgcv
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
LinkingTo:
Rcpp,
individual,
BH,
testthat,
dqrng,
sitmo
VignetteBuilder: knitr
Depends:
R (>= 2.10)