Package: ggtintshade Type: Package Title: Tinting and Shading Aesthetics for 'ggplot2' Version: 0.1.2 Authors@R: person("William", "Kumler", , "wkumler@uw.edu", role = c("aut", "cre")) Description: Adds a tintshade aesthetic to 'ggplot2' that varies the lightness of a mapped colour or fill within each hue group, keeping the plotted layer and its legend in sync. Supports both nested designs (each item belongs to one hue) and crossed designs (each lightness level appears across hues). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.1), ggplot2 (>= 4.0.0) Imports: cli, colorspace, grDevices, scales, stats Suggests: gtable, knitr, rmarkdown, patchwork, testthat (>= 3.0.0), vdiffr Config/testthat/edition: 3 URL: https://github.com/wkumler/ggtintshade BugReports: https://github.com/wkumler/ggtintshade/issues VignetteBuilder: knitr Repository: https://wkumler.r-universe.dev Date/Publication: 2026-07-24 20:30:15 UTC RemoteUrl: https://github.com/wkumler/ggtintshade RemoteRef: HEAD RemoteSha: bb2a2aea336c10748c240c00584895e64df45b21 NeedsCompilation: no Packaged: 2026-07-24 21:53:31 UTC; root Author: William Kumler [aut, cre] Maintainer: William Kumler