generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
58 lines (58 loc) · 1.79 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
Package: epiCo
Title: Statistical and Viz Tools for Vector-Borne Diseases in Colombia
Version: 1.0.0
Authors@R: c(
person("Juan D.", "Umaña", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-0316-6164")),
person("Juan", "Montenegro-Torres", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2755-4743")),
person("Julian", "Otero", , "[email protected]", role = "aut",
comment = c(ORCID = "0009-0006-0429-7747")),
person("Hugo", "Gruson", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-4094-1476"))
)
Description: Provides statistical and visualization tools for the analysis
of demographic indicators, and spatio-temporal behavior and
characterization of outbreaks of vector-borne diseases (VBDs) in
Colombia. It implements travel times estimated in Bravo-Vega C.,
Santos-Vega M., & Cordovez J.M. (2022), and the endemic channel method
(Bortman, M. (1999) <https://iris.paho.org/handle/10665.2/8562>).
License: MIT + file LICENSE
URL: https://epiverse-trace.github.io/epiCo/,
https://github.com/epiverse-trace/epiCo
BugReports: https://github.com/epiverse-trace/epiCo/issues
Depends:
R (>= 4.0.0)
Imports:
dplyr,
ggplot2,
ggraph,
grDevices,
igraph,
incidence,
leaflet,
lubridate,
magrittr,
rlang,
scales,
spdep,
stats,
treemapify,
utils
Suggests:
checkmate,
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/website: epiverse-trace/epiversetheme
Config/testthat/edition: 3
Config/potools/style: explicit
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US