-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.06 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
Package: wacolors
Title: Colorblind-Friendly Palettes from Washington State
Version: 0.3.1
Authors@R:
person("Cory", "McCartan", role = c("aut", "cre"),
email = "[email protected]")
Description: Color palettes taken from the landscapes and cities of Washington
state. Colors were extracted from a set of photographs, and then combined to
form a set of continuous and discrete palettes. Continuous palettes were
designed to be perceptually uniform, while discrete palettes were chosen to
maximize contrast at several different levels of overall brightness and
saturation. Each palette has been evaluated to ensure colors are
distinguishable by colorblind people.
Depends:
R (>= 3.0)
Imports:
graphics,
grDevices,
ggplot2,
scales
Suggests:
cli,
rstudioapi,
colorspace,
viridis,
knitr,
rmarkdown,
testthat (>= 3.0.0)
License: MIT + file LICENSE
URL: https://github.com/CoryMcCartan/wacolors
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3