-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 963 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
30
31
32
33
34
35
36
37
Package: hexmap
Title: Convert a map into a hex map
Version: 0.0.0.9000
Authors@R:
person(given = "Emi",
family = "Tanaka",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1455-259X"))
Description: This package takes an sf map object and converts into a hex tile map.
This aids data visualisation of maps by making small geographical regions to be
equally visible as large geographical regions.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
dplyr,
magrittr,
rlang,
sf,
sp
URL: https://github.com/emitanaka/hexmap,
https://numbats.github.io/hexmap/
BugReports: https://github.com/emitanaka/hexmap/issues
Depends:
R (>= 2.10)
LazyData: true
Suggests:
geogrid,
ozmaps,
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3