Package: simplecolors Title: Access Color Names Using a Standardized Nomenclature Version: 0.1.4 Authors@R: person(given = "Jake", family = "Riley", role = c("aut", "cre"), email = "rjake@sas.upenn.edu") Description: A curated set of colors that are called using a standardized syntax: saturation + hue + lightness. For example, "brightblue4" and "mutedred2". Functions exists to return individual colors by name or to build palettes across or within hues. Most functions allow you to visualize the palettes in addition to returning the desired hex codes. URL: https://github.com/rjake/simplecolors, https://rjake.github.io/simplecolors/ BugReports: https://github.com/rjake/simplecolors/issues Imports: colorspace, dplyr, forcats, ggplot2, magrittr, stats, stringr Suggests: knitr, rmarkdown, testthat, covr, devtools, spelling Depends: R (>= 3.1.0) License: GNU General Public License VignetteBuilder: knitr Language: en-US LazyData: true RoxygenNote: 7.3.2 Encoding: UTF-8 Config/pak/sysreqs: libicu-dev Repository: https://rjake.r-universe.dev Date/Publication: 2025-09-02 12:24:39 UTC RemoteUrl: https://github.com/rjake/simplecolors RemoteRef: HEAD RemoteSha: 6cf22a8cc23f80ab03c7e632f3e1358aebc8c8df NeedsCompilation: no Packaged: 2026-07-03 05:43:45 UTC; root Author: Jake Riley [aut, cre] Maintainer: Jake Riley