Package: simplecolors
Title: Access Color Names Using a Standardized Nomenclature
Version: 0.1.1
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.
Depends: R (>= 3.1.0)
Imports: colorspace, dplyr, forcats, ggplot2, magrittr, stats, stringr
Suggests: knitr, rmarkdown, testthat, covr, devtools, spelling
License: GNU General Public License
URL: https://github.com/rjake/simplecolors
BugReports: https://github.com//rjake/simplecolors/issues
Language: en-US
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.0.9000
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-10-27 04:29:39 UTC; foxtr
Author: Jake Riley [aut, cre]
Maintainer: Jake Riley <rjake@sas.upenn.edu>
Repository: CRAN
Date/Publication: 2020-10-27 15:40:02 UTC
Built: R 4.0.2; ; 2020-10-28 11:01:33 UTC; unix
