Package: palette
Title: Color Scheme Helpers
Version: 0.0.3
Authors@R: 
    person(given = "Christopher T.",
           family = "Kenny",
           role = c("aut", "cre"),
           email = "ctkenny@proton.me",
           comment = c(ORCID = "0000-0002-9386-6860"))
Description: Hexadecimal codes are typically used to represent colors in R.
    Connecting these codes to their colors requires practice or memorization.
    'palette' provides a 'vctrs' class for working with color palettes, including
    printing and plotting functions. The goal of the class is to place visual
    representations of color palettes directly on or, at least, next to their
    corresponding character representations. Palette extensions also are provided
    for data frames using 'pillar'.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/christopherkenny/palette,
        https://christophertkenny.com/palette/
BugReports: https://github.com/christopherkenny/palette/issues
Imports: cli, pillar, vctrs
Suggests: ggplot2, spelling, testthat (>= 3.0.0), vdiffr
Config/testthat/edition: 3
Language: en-US
Depends: R (>= 4.1.0)
NeedsCompilation: no
Packaged: 2025-09-12 16:12:04 UTC; chris
Author: Christopher T. Kenny [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9386-6860>)
Maintainer: Christopher T. Kenny <ctkenny@proton.me>
Repository: CRAN
Date/Publication: 2025-09-13 05:10:29 UTC
Built: R 4.4.3; ; 2025-10-13 10:45:36 UTC; windows
