-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.33 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
Package: geocovidapp
Title: Visualiza la movilidad ciudadana y los casos de COVID-19 en Bs. As., Argentina
Version: 0.0.0.9000
Authors@R:
person(given = "Florencia",
family = "D'Andrea",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0041-097X"))
Description: Tablero que permite visualizar datos de movilidad ciudadana de Meta para el pediodo marzo - dicimebre 2020 junto con casos de COVID-19 reportados para la provincia de Buenos Aires, Argentina.
License: file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
bslib (>= 0.5.1),
dplyr (>= 1.1.2),
dygraphs (>= 1.1.1.6),
forcats (>= 1.0.0),
leafem (>= 0.2.3),
leaflet (>= 2.2.0),
leaflet.extras (>= 1.0.0),
lubridate (>= 1.9.2),
plotly (>= 4.10.3),
rlang (>= 1.1.2),
rmarkdown (>= 2.24),
sf (>= 1.0.14),
shiny (>= 1.7.4),
shinycssloaders (>= 1.0.0),
shinyjs (>= 2.1.0),
stringr (>= 1.5.1),
terra (>= 1.7.39),
tidyr (>= 1.3.0),
xts (>= 0.13.1)
Depends:
R (>= 2.10)
LazyData: true
Suggests:
ggplot2 (>= 3.4.4),
here (>= 1.0.1),
markdown (>= 1.12),
purrr (>= 1.0.2),
shinytest2,
stars (>= 0.6.4),
testthat (>= 3.0.0),
tibble (>= 3.2.1)
Config/testthat/edition: 3