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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 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 Config/Needs/website: christopherkenny/ctktemplate Language: en-US Depends: R (>= 4.1.0) Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:15:21 UTC RemoteUrl: https://github.com/christopherkenny/palette RemoteRef: HEAD RemoteSha: 06456766852d13d4af298b857b832ff2b476ae0c NeedsCompilation: no Packaged: 2026-05-31 06:20:52 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny