-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.09 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.09 KB
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.4
Authors@R: c(
person(given = "Jakub",
family = "Nowosad",
role = c("aut", "cre"),
email = "nowosad.jakub@gmail.com",
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.datawrapper.de/blog/colorblind-check>.
Imports:
colorspace,
methods,
spacesXYZ
Suggests:
rcartocolor,
testthat,
knitr,
rmarkdown,
covr,
vdiffr
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr, rmarkdown
URL: https://jakubnowosad.com/colorblindcheck/
BugReports: https://github.com/Nowosad/colorblindcheck/issues