-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.48 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
59
60
61
62
63
Package: xberlin
Title: Bike Accidents and Bicycle Infrastructure in Berlin
Version: 0.2.0.0
Authors@R:
c(
person(given = "Cédric",
family = "Scherer",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Andreas",
family = "Neumann",
role = c("ctb"),
email = "[email protected]"),
person(given = "Saleh",
family = "Hamed",
role = c("ctb"),
email = "[email protected]"),
person(given = "Steffen",
family = "Reinhold",
role = c("ctb"),
email = "[email protected]")
)
Description: A shiny app to explore acidents in Germany as well as bike lane types and bike accidents Berlin as a contribution to the CorrelAidX challenge 2020 “Analysing and visualising German regional statistics with datenguidepy”.
License: CC
Imports:
config,
golem,
shiny,
processx,
attempt,
DT,
glue,
htmltools,
ggplot2,
dplyr,
tidyr,
fullPage,
emo,
echarts4r,
leaflet,
tmap,
usethis,
stringr,
magrittr,
pkgload,
typed,
rcartocolor,
shinyWidgets,
shinycssloaders
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 3.5)
Remotes:
JohnCoene/typed,
RinteRface/fullPage,
hadley/emo