-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·56 lines (56 loc) · 1.25 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: CzechData
Title: Download various datasets (including spatial data) for
the Czech Republic
Version: 0.6.1
Authors@R:
person(given = "Jan",
family = "Caha",
role = c("aut", "cre"),
email = "jan.caha@outlook.com")
Description: Download various datasets (including spatial data)
for the Czech Republic.
License: MIT + file LICENSE
URL: https://jancaha.github.io/CzechData/index.html,
https://github.com/JanCaha/CzechData
Depends:
R (>= 3.0),
sf (>= 0.7.2)
Imports:
curl (>= 3.3),
dplyr (>= 0.7.8),
glue (>= 1.3.0),
janitor (>= 1.1.1),
lifecycle,
lubridate (>= 1.7.4),
magrittr (>= 1.5),
purrr (>= 0.3.2),
raster (>= 2.8.19),
readr (>= 1.3.1),
readxl (>= 1.2.0),
rlang (>= 0.3.3),
stringr (>= 1.3.1),
tibble (>= 2.0.1),
usethis,
httr,
memoise,
utils,
fs
Suggests:
DT (>= 0.5),
htmltools (>= 0.3.6),
htmlwidgets (>= 1.3),
knitr (>= 1.21),
leaflet (>= 2.0.2),
RColorBrewer (>= 1.1.2),
rmapshaper (>= 0.4.1),
rmarkdown (>= 1.11),
markdown,
tidyverse (>= 1.2.1),
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RdMacros: lifecycle