-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.32 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
Type: Package
Package: geokz
Title: Offers Various Kazakhstani Maps as Data Frames and 'sf' Objects
Version: 1.0.2
Authors@R:
person(given = "Alexander",
family = "Rodionov",
role = c("cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2028-5421"))
Description: Geographic coverages of Kazakhstan at several levels
(Country, Oblasts & Cities of Republican Significance, Rayons of Oblasts &
City of Oblast Significance) based on the The Bureau of National Statistics
of the Agency for Strategic Planning and Reforms of the Republic of
Kazakhstan <https://stat.gov.kz/region/list/>. It uses {tmap} and {ggplot2}
packages for visualization of maps, also provides a interactive 'leaflet'
JS plugin and the ability of downloading and processing static tiles.
License: CC BY 4.0 + file LICENSE
Encoding: UTF-8
Language: en
URL: https://github.com/arodionoff/geokz
BugReports: https://github.com/arodionoff/geokz/issues
Depends:
R (>= 4.1.0)
Imports:
methods,
utils,
sf
Suggests:
testthat (>= 3.0.0),
tmap,
magrittr,
dplyr,
RColorBrewer,
ggplot2,
leaflet,
knitr,
rmarkdown,
reticulate
VignetteBuilder:
knitr
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3