Package: sugarbag
Title: Create Tessellated Hexagon Maps
Version: 0.1.1
Authors@R: c(person("Stephanie", "Kobakian", email = "stephanie.kobakian@gmail.com", role = c("aut", "cre")),
             person("Dianne", "Cook", role = c("aut", "ths")))
Description: Create a hexagon tilegram 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 (>= 0.7.8)
Imports: geosphere (>= 1.5), purrr (>= 0.2.5), rlang, rmapshaper (>=
        0.4.1), sf (>= 0.7), tibble (>= 1.4.2), tidyr (>= 0.8)
RoxygenNote: 6.1.1
Suggests: ggplot2 (>= 3.1.0), knitr, pkgdown, rmarkdown, spData,
        testthat (>= 2.1.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-08-20 10:09:38 UTC; steff
Author: Stephanie Kobakian [aut, cre],
  Dianne Cook [aut, ths]
Maintainer: Stephanie Kobakian <stephanie.kobakian@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-20 12:10:02 UTC
