Package: gggibbous Title: Moon Charts, a Pie Chart Alternative Version: 0.1.1 Authors@R: person("Michael", "Bramson", email = "mnbramson@gmail.com", role = c("aut", "cre")) URL: https://github.com/mnbram/gggibbous BugReports: https://github.com/mnbram/gggibbous/issues Description: Moon charts are like pie charts except that the proportions are shown as crescent or gibbous portions of a circle, like the lit and unlit portions of the moon. As such, they work best with only one or two groups. 'gggibbous' extends 'ggplot2' to allow for plotting multiple moon charts in a single panel and does not require a square coordinate system. Depends: ggplot2 (>= 3.2.1), R (>= 3.6.0) Imports: grid, scales (>= 1.0.0) Suggests: knitr, mapproj, maps, rmarkdown, testthat (>= 2.1.0), vdiffr (>= 0.3.1) License: GPL-3 LazyData: true RoxygenNote: 7.1.1 Encoding: UTF-8 VignetteBuilder: knitr Repository: https://mnbram.r-universe.dev Date/Publication: 2020-12-24 16:26:42 UTC RemoteUrl: https://github.com/mnbram/gggibbous RemoteRef: HEAD RemoteSha: 5aed4b08cd5e78aa4dde3f5597eb50580b1ebc1d NeedsCompilation: no Packaged: 2026-06-21 07:42:09 UTC; root Author: Michael Bramson [aut, cre] Maintainer: Michael Bramson