Package: ggpolypath
Type: Package
Title: Polygons with Holes for the Grammar of Graphics
Version: 0.2.0
Description: Tools for working with polygons with holes in 'ggplot2', with a
    new 'geom' for drawing a 'polypath' applying the 'evenodd' or 'winding'
    rules.
Authors@R: c(person("Michael D.","Sumner",
    role = c("aut", "cre"), email = "mdsumner@gmail.com"),
    person(given = "Kohske", family = "Takahashi",
       email = "takahashi.kohske@gmail.com",
       role = "ctb", comment = "original author of 'geom_holygon'"))
URL: https://mdsumner.github.io/ggpolypath/,
        http://rpubs.com/kohske/3522/
BugReports: https://github.com/mdsumner/ggpolypath/issues/
Depends: R (>= 3.1), ggplot2 (>= 2.1.0)
Suggests: rmarkdown, knitr
LazyData: yes
License: GPL-3
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-10-11 10:26:12 UTC; mdsumner
Author: Michael D. Sumner [aut, cre],
  Kohske Takahashi [ctb] (original author of 'geom_holygon')
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2022-10-11 11:22:32 UTC
