Package: sugarbag
Title: Create Tessellated Hexagon Maps
Version: 0.1.6
Authors@R: c(person("Dianne", "Cook", email = "dicook@monash.edu", role = c("aut", "cre", "ths")),
             person("Stephanie", "Kobakian", role = c("aut")))
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), 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)
RoxygenNote: 7.2.1
Suggests: ggplot2 (>= 3.3.6), knitr, pkgdown, rmarkdown, testthat (>=
        2.1.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-11-08 21:29:20 UTC; cookd
Author: Dianne Cook [aut, cre, ths],
  Stephanie Kobakian [aut]
Maintainer: Dianne Cook <dicook@monash.edu>
Repository: CRAN
Date/Publication: 2022-11-09 10:50:02 UTC
Built: R 4.2.0; ; 2022-11-13 11:15:51 UTC; unix
