-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.02 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
Package: qualpalr
Title: Automatic Generation of Qualitative Color Palettes
Version: 0.4.4.9000
Authors@R:
person(
"Johan",
"Larsson",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4029-5945")
)
Description: Automatic generation of maximally distinct qualitative color palettes,
optionally tailored to color deficiency. A list of colors or a subspace
of a color space is used as input and then projected to the DIN99d color space,
where colors that are maximally distinct are chosen algorithmically.
License: GPL-3
BugReports: https://github.com/jolars/qualpalr/issues
URL: https://jolars.github.io/qualpalr/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: quarto
Depends:
R (>= 4.0.0)
Imports:
graphics,
stats,
utils,
assertthat,
Rcpp
Suggests:
randtoolbox (>= 1.17),
testthat,
quarto,
maps,
rgl,
spelling,
covr
LinkingTo:
Rcpp (>= 0.12.9)
Language: en-US