Package: sugarbag Title: Create Tessellated Hexagon Maps Version: 0.1.10 Authors@R: c(person("Dianne", "Cook", email = "dicook@monash.edu", 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), progress (>= 1.2.2), purrr (>= 0.3.4), rlang (>= 1.0.4), sf (>= 1.0-8), tibble (>= 3.1.7), tidyr (>= 1.2.0) Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: knitr, pkgdown, ggplot2, rmarkdown, testthat (>= 2.1.0) VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://srkobakian.r-universe.dev Date/Publication: 2026-01-22 22:03:35 UTC RemoteUrl: https://github.com/srkobakian/sugarbag RemoteRef: HEAD RemoteSha: de0ec31a4bdb097c165cd2876c264759433324a0 NeedsCompilation: no Packaged: 2026-06-21 08:21:30 UTC; root Author: Dianne Cook [aut, cre, ths] (ORCID: ), Stephanie Kobakian [aut] (ORCID: ), Matt Cowgill [ctb] Maintainer: Dianne Cook