-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.47 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
Package: viridisLite
Type: Package
Title: Colorblind-Friendly Color Maps (Lite Version)
Version: 0.4.2
Date: 2023-05-02
Authors@R: c(
person("Simon", "Garnier", email = "[email protected]", role = c("aut", "cre")),
person("Noam", "Ross", email = "[email protected]", role = c("ctb", "cph")),
person("Bob", "Rudis", email = "[email protected]", role = c("ctb", "cph")),
person("Marco", "Sciaini", email = "[email protected]", role = c("ctb", "cph")),
person("Antônio Pedro", "Camargo", role = c("ctb", "cph")),
person("Cédric", "Scherer", email = "[email protected]", role = c("ctb", "cph"))
)
Maintainer: Simon Garnier <[email protected]>
Description: Color maps designed to improve graph readability for readers with
common forms of color blindness and/or color vision deficiency. The color
maps are also perceptually-uniform, both in regular form and also when
converted to black-and-white for printing. This is the 'lite' version of the
'viridis' package that also contains 'ggplot2' bindings for discrete and
continuous color and fill scales and can be found at
<https://cran.r-project.org/package=viridis>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 2.10)
Suggests:
hexbin (>= 1.27.0),
ggplot2 (>= 1.0.1),
testthat,
covr
URL: https://sjmgarnier.github.io/viridisLite/, https://github.com/sjmgarnier/viridisLite/
BugReports: https://github.com/sjmgarnier/viridisLite/issues/
RoxygenNote: 7.2.3