Package: tilemaps
Title: Generate Tile Maps
Version: 0.2.0
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://github.com/kaerosen/tilemaps
BugReports: https://github.com/kaerosen/tilemaps/issues
Imports: clue, ggplot2, igraph, lwgeom, sf, smoothr
Suggests: dplyr, knitr, rmarkdown, spData
VignetteBuilder: knitr
RoxygenNote: 7.1.0
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2020-07-09 22:17:04 UTC; kaelynrosenberg
Author: Kaelyn Rosenberg [aut, cre]
Maintainer: Kaelyn Rosenberg <kaerosenberg@gmail.com>
Repository: CRAN
Date/Publication: 2020-07-10 04:20:02 UTC
