Package: tilemaps
Title: Generate Tile Maps
Version: 0.2.2
Authors@R: 
    person(given = "Kaelyn",
           family = "Rosenberg",
           role = c("aut", "cre"),
           email = "kaerosenberg@gmail.com")
Description: Implements an algorithm for generating maps, known as tile maps,
    in which each region is represented by a single tile of the same shape and
    size. The algorithm was first proposed in "Generating Tile Maps" by Graham
    McNeill and Scott Hale (2017) <doi:10.1111/cgf.13200>. Functions allow
    users to generate, plot, and compare square or hexagon tile maps.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://kaerosen.github.io/tilemaps/,
        https://github.com/kaerosen/tilemaps
BugReports: https://github.com/kaerosen/tilemaps/issues
Imports: clue, ggplot2, igraph, sf, smoothr
Suggests: dplyr, knitr, lwgeom, rmarkdown, spData
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2025-11-03 21:18:15 UTC; kaelynrosenberg
Author: Kaelyn Rosenberg [aut, cre]
Maintainer: Kaelyn Rosenberg <kaerosenberg@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-03 21:30:02 UTC
Built: R 4.6.0; ; 2025-11-04 01:22:22 UTC; unix
