-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.39 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
Package: pragr
Title: Tools for visualising Prague data
Version: 0.3.0.9000
Authors@R:
person("Petr", "Bouchal", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0471-716X"))
Description: A bridge between Prague geodata and R to enable
visualisation. Currently, it provides access to raster map layers
provided by the Prague geoportal and several utilities.
License: MIT + file LICENSE
URL: https://github.com/petrbouchal/pragr, https://petrbouchal.xyz/pragr/
BugReports: https://github.com/petrbouchal/pragr/issues
Depends:
R (>= 3.5)
Imports:
abind (>= 1.4.5),
curl (>= 4.0),
CzechData (>= 0.5.5),
digest,
dplyr (>= 0.8.3),
geofacet (>= 0.2.0),
ggplot2 (>= 3.2.0),
grDevices (>= 3.6.0),
grid (>= 3.6.0),
here (>= 0.1),
httr (>= 1.4.0),
jpeg (>= 0.1-10),
jsonlite (>= 1.6),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
png (>= 0.1.7),
purrr (>= 0.3.2),
rlang (>= 0.4.1),
sf (>= 0.7.7),
stringr (>= 1.4.0),
tibble (>= 2.1.3),
tidyr (>= 0.8.3),
usethis (>= 1.5.1),
utils (>= 3.6.0)
Suggests:
ggsn,
knitr,
leaflet (>= 2.0.3),
leaflet.esri (>= 1.0.0),
leaflet.extras (>= 1.0.0),
pkgdown,
ragg,
rmarkdown
VignetteBuilder:
knitr
Remotes:
JanCaha/CzechData
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3