-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
46 lines (46 loc) · 1.69 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
38
39
40
41
42
43
44
45
46
Package: cols4all
License: GPL-3
Title: Colors for all
Type: Package
LazyLoad: yes
Authors@R: c(
person("Martijn", "Tennekes", email = "mtennekes@gmail.com", role = c("aut", "cre")),
person("Marco", "Puts", email = "mputs@acm.org", role = "ctb"),
person("Achim", "Zeileis", email = "Achim.Zeileis@R-project.org", role = "ctb"),
person("Jakub", "Nowosad", email = "nowosad.jakub@gmail.com", role = "ctb"),
person("Robin", "Lovelace", email = "rob00x@gmail.com", role = "ctb"),
person("Helgasoft", email = "contact@helgasoft.com", role = "ctb"),
person("Matthew", "Petroff", email = "matthew@mpetroff.net", role = "ctb"),
person("Olivier", "Roy", role = "ctb")
)
Description: Color palettes for all people, including those with color vision deficiency. Popular color palette series have been organized by type and have been scored on several properties such as color-blind-friendliness and fairness (i.e. do colors stand out equally?). Own palettes can also be loaded and analysed. Besides the common palette types (categorical, sequential, and diverging) it also includes cyclic and bivariate color palettes. Furthermore, a color for missing values is assigned to each palette.
Version: 0.8
Date: 2024-10-16
Encoding: UTF-8
Depends:
R (>= 3.5.0),
Imports:
methods,
grDevices,
stats,
abind,
png,
stringdist,
colorspace (>= 2.1),
spacesXYZ
Suggests:
colorblindcheck,
kableExtra,
knitr,
shiny,
shinyjs,
ggplot2,
scales,
rmarkdown,
bookdown,
bibtex,
plotly
URL: https://mtennekes.github.io/cols4all/, https://github.com/mtennekes/cols4all
BugReports: https://github.com/mtennekes/cols4all/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2