-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.37 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
Package: sugarbag
Title: Create Tessellated Hexagon Maps
Version: 0.1.8
Authors@R: c(person("Dianne", "Cook", email = "[email protected]", role = c("aut", "cre", "ths"),
comment = c(ORCID = "0000-0002-3813-7155")),
person("Stephanie", "Kobakian", role = c("aut"),
comment = c(ORCID = "0000-0002-4616-0048")),
person("Matt", "Cowgill", role = c("ctb")))
Description: Create a hexagon tile map display from spatial polygons. Each
polygon is represented by a hexagon tile, placed as close to it's original
centroid as possible, with a focus on maintaining spatial relationship to
a focal point. Developed to aid visualisation and analysis of spatial
distributions across Australia, which can be challenging due to the
concentration of the population on the coast and wide open interior.
URL: https://srkobakian.github.io/sugarbag/, https://github.com/srkobakian/sugarbag
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
dplyr (>= 1.0.0)
Imports:
geosphere (>= 1.5),
ggplot2,
progress (>= 1.2.2),
purrr (>= 0.3.4),
rlang (>= 1.0.4),
rmapshaper (>= 0.4.6),
sf (>= 1.0-8),
tibble (>= 3.1.7),
tidyr (>= 1.2.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
pkgdown,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder: knitr