-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: simplecolors
Title: Access Color Names Using a Standardized Nomenclature
Version: 0.1.2
Authors@R:
person(given = "Jake",
family = "Riley",
role = c("aut", "cre"),
email = "[email protected]")
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
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.2.3
Encoding: UTF-8