-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 857 Bytes
/
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
Package: valuemap
Type: Package
Title: Making Choropleth Map
Version: 2.0.4
Authors@R:
person(given = "Huncheol",
family = "Ha",
role = c("aut", "cre"),
email = "hancury@gmail.com",
comment = c(ORCID = "0000-0001-7095-3841"))
Description:
You can easily visualize your 'sf' polygons or data.frame with h3 address.
While 'leaflet' package is too raw for data analysis,
this package can save data analysts' efforts & time with pre-set visualize options.
Depends: R (>= 3.6.0)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
URL: https://github.com/Curycu/valuemap
BugReports: https://github.com/Curycu/valuemap/issues
Imports:
sf (>= 0.9-0),
leaflet (>= 2.0.0),
htmltools (>= 0.4.0),
dplyr (>= 0.8.3),
devtools (>= 2.2.0),
h3jsr (>= 1.3.0),
utils