-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.38 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
Package: visualizadorIncidentesViales
Title: Visualizador de Incidentes Viales para la CDMX
Version: 0.9.4
Authors@R: c(person('Karime', 'González-Zuccolotto',
email = '[email protected]',
role = c('aut')),
person('Pablo', 'López-Ramírez',
email = '[email protected]',
role = c('cre', 'aut')),
person('J Miguel', 'Salazar-Montiel',
email = '[email protected]',
role = c( 'aut')),
person('Juan Carlos', 'Hernández-Orta',
email = '[email protected]',
role = c( 'aut')))
Description: Aplicación de Shiny para visualizar incidentes viales de diferentes fuentes.
License: MIT + file LICENSE
Imports:
config,
golem,
shiny (<= 1.6.0),
processx,
attempt,
DT,
glue,
htmltools,
sf,
dplyr,
plyr,
chron,
lubridate,
readxl,
jsonlite,
shinycssloaders,
shinydashboard,
shinyjs,
leaflet.extras,
janitor,
magrittr,
memoise,
cachem
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/CentroGeo/visualizadorIncidentesViales
BugReports: https://github.com/CentroGeo/visualizadorIncidentesViales/issues
Depends:
R (>= 2.10)