Package: colorify Type: Package Title: Intuitive Color and Palette Generation and Modification Version: 1.0.0 Authors@R: person(given = "Maurits", family = "Unkel", role = c("aut", "cre"), email = "mauritsunkel@gmail.com") Description: A one-stop shop for intuitive and dependency-free color and palette creation and modification. Includes palettes and functionality from popular packages such as 'viridis', 'RColorBrewer', and base R 'grDevices', as well as 'ggplot2' plot bindings. Users can generate perceptually uniform and colorblind-friendly palettes, adjust palettes in HSL and RGB color spaces, map color gradients to value ranges, and create color-generating functions. URL: https://github.com/mauritsunkel/colorify, https://mauritsunkel.github.io/colorify/ BugReports: https://github.com/mauritsunkel/colorify/issues License: Apache License (>= 2) | file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Depends: R (>= 4.3) Suggests: knitr, rmarkdown, testthat (>= 3.0.0), ggplot2, circlize VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Repository: https://mauritsunkel.r-universe.dev Date/Publication: 2026-06-11 10:58:54 UTC RemoteUrl: https://github.com/mauritsunkel/colorify RemoteRef: HEAD RemoteSha: b5780ced4bc1c2f95cc07351d076c35b29946eaf NeedsCompilation: no Packaged: 2026-06-11 14:41:13 UTC; root Author: Maurits Unkel [aut, cre] Maintainer: Maurits Unkel