-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.01 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
Package: AnophelesModel
Type: Package
Title: An R package to quantify the effect of vector bionomics on the impact of vector control interventions against malaria transmitted by Anopheles mosquitoes
Version: 0.1.0
Authors@R: as.person(c(
"Monica Golumbeanu <[email protected]> [aut, cre]",
"Olivier Briet [aut]",
"Clara Champagne [aut]",
"Jeanne Lemant [aut]",
"Barnabas Zogo [aut]",
"Maximilian Gerhards [aut]",
"Marianne Sinka [aut]",
"Nakul Chitnis [aut]",
"Melissa Penny [aut]",
"Emilie Pothin [aut]",
"Thomas Smith [aut]"
))
Description: Parameterisation and prediction for models of the oviposition cycle of Anopheles
Imports:
magrittr,
ggplot2,
data.table,
splines,
minpack.lm,
tgp,
checkmate,
reshape,
dplyr,
XML
Suggests:
knitr,
rmarkdown,
testthat,
DiagrammeR,
ggpubr,
Hmisc
VignetteBuilder: knitr
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)