-
Notifications
You must be signed in to change notification settings - Fork 38
/
DESCRIPTION
51 lines (51 loc) · 1.74 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
47
48
49
50
51
Package: viridis
Type: Package
Title: Colorblind-Friendly Color Maps for R
Version: 0.6.5
Date: 2024-01-28
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 package also contains
'ggplot2' bindings for discrete and continuous color and fill scales. A lean
version of the package called 'viridisLite' that does not include the
'ggplot2' bindings can be found at
<https://cran.r-project.org/package=viridisLite>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 2.10),
viridisLite (>= 0.4.0)
Imports:
ggplot2 (>= 1.0.1),
gridExtra
Suggests:
hexbin (>= 1.27.0),
scales,
MASS,
knitr,
dichromat,
colorspace,
httr,
mapproj,
vdiffr,
svglite (>= 1.2.0),
testthat,
covr,
rmarkdown,
maps,
terra
LazyData: true
VignetteBuilder: knitr
URL: https://sjmgarnier.github.io/viridis/, https://github.com/sjmgarnier/viridis/
BugReports: https://github.com/sjmgarnier/viridis/issues
RoxygenNote: 7.3.1