generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 1.07 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
Package: iraca
Title: Iraca
Version: 0.0.1
Authors@R: c(
person(given = "Julian", family = "Otero", , email = "[email protected]", role = c("aut", "cre")),
person(given = "Mauricio", family = "Santos-Vega", , email = "[email protected]", role = c("aut")),
person(given = "Juan Daniel", family = "Umaña", , email = "[email protected]", role = c("ctb")),
person(given = "Maria Camila", family = "Tavera", , email = "[email protected]", role = c("ctb"))
)
Description: iraca is focused on the simulation of contagion scenarios given by
the interaction between mosquitoes and humans at individual levels, while
allowing to include possible interventions and their aftermath.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/Needs/website:
epiverse-trace/epiversetheme
Language: en-US
LinkingTo:
Rcpp
Imports:
checkmate,
Rcpp,
sf,
units
Depends:
R (>= 3.3.0)
LazyData: true