-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
31 lines (31 loc) · 1.09 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
Package: colorblindcheck
Title: Check Color Palettes for Problems with Color Vision Deficiency
Version: 1.0.3
Authors@R: c(
person(given = "Jakub",
family = "Nowosad",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1057-3721"))
)
Description: Compare color palettes with simulations of color vision deficiencies - deuteranopia, protanopia, and tritanopia.
It includes calculation of distances between colors, and creating summaries of differences between a color palette and simulations of color vision deficiencies.
This work was inspired by the blog post at <https://www.vis4.net/blog/automate-colorblind-checking>.
Imports:
colorspace,
methods,
spacesXYZ
Suggests:
rcartocolor,
testthat,
knitr,
rmarkdown,
covr,
vdiffr
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
URL: https://jakubnowosad.com/colorblindcheck/
BugReports: https://github.com/Nowosad/colorblindcheck/issues