-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.03 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
Package: leafletZH
Type: Package
Title: Chinese Leaflet Map Relate Operation
Version: 0.1.1
Authors@R: person(family = "Damonsoul",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Damonsoul <[email protected]>
Description: Provides 'sf' data for Chinese provinces and cities,
methods for plotting shape maps of Chinese provinces and cities,
Convert Coordinates Between Different Systems,
and a layer for 'leaflet' with Gaode tiles.
It is designed to facilitate geographical data visualization in China.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
geojsonsf,
geosphere,
grDevices,
htmltools,
htmlwidgets,
leaflet,
leaflet.extras,
purrr,
Rcpp,
scales,
sf,
stringr
RoxygenNote: 7.3.2
Depends:
R (>= 4.0.0)
LinkingTo:
Rcpp,
RcppArmadillo
URL: https://damonsoul.github.io/leafletZH/
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr