Package: donutsk Title: Construct Advanced Donut Charts Version: 0.1.1 Authors@R: person("Dmitry", "Kibalnikov", , "d.kibalnikov@gmail.com", role = c("aut", "cre", "cph")) Description: Build donut/pie charts with 'ggplot2' layer by layer, exploiting the advantages of polar symmetry. Leverage layouts to distribute labels effectively. Connect labels to donut segments using pins. Streamline annotation and highlighting. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 URL: https://github.com/dkibalnikov/donutsk, https://dkibalnikov.github.io/donutsk/ BugReports: https://github.com/dkibalnikov/donutsk/issues Depends: ggplot2 (>= 3.5.0), R (>= 4.2.0) Imports: dplyr (>= 1.1.2), glue (>= 1.6.2), rlang (>= 1.1.1) Suggests: knitr, rmarkdown, scales (>= 1.3.0), stringr (>= 1.5.0), testthat (>= 3.0.0), tidyr (>= 1.3.0) Config/testthat/edition: 3 LazyData: true VignetteBuilder: knitr Repository: https://dkibalnikov.r-universe.dev Date/Publication: 2024-04-21 09:33:45 UTC RemoteUrl: https://github.com/dkibalnikov/donutsk RemoteRef: HEAD RemoteSha: 3d14d1db3227e53be60ccecdd6a531bc45197bfa NeedsCompilation: no Packaged: 2026-06-17 09:16:11 UTC; root Author: Dmitry Kibalnikov [aut, cre, cph] Maintainer: Dmitry Kibalnikov