Package: gtscales Title: Color Scale Extensions for 'gt' Version: 0.0.1 Depends: R (>= 4.1.0) Authors@R: person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")) Description: Adds legend helpers for color-encoded 'gt' tables. The primary interface combines 'gt::data_color()' with matched legends for continuous, binned, quantile, and discrete scales, while lower-level helpers support legend-only and reusable scale specification workflows. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: gt, rlang, scales Suggests: knitr, rmarkdown, testthat (>= 3.0.0), vdiffr Config/testthat/edition: 3 URL: https://christophertkenny.com/gtscales/ VignetteBuilder: knitr Config/Needs/website: christopherkenny/ctktemplate Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev libnode-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-04-16 18:07:24 UTC RemoteUrl: https://github.com/christopherkenny/gtscales RemoteRef: HEAD RemoteSha: ceb60ec95b4a35b0ce61d82e02d6632547c8c42d NeedsCompilation: no Packaged: 2026-07-15 05:35:41 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny