-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
60 lines (60 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: palettes
Title: Methods for Colour Vectors and Colour Palettes
Version: 0.2.1.9000
Authors@R:
person(given = "Michael",
family = "McCarthy",
role = c("aut", "cre", "cph"),
email = "[email protected]")
Description: Provides a comprehensive library for colour vectors and colour
palettes using a new family of colour classes (palettes_colour and
palettes_palette) that always print as hex codes with colour previews.
Capabilities include: formatting, casting and coercion, extraction and
updating of components, plotting, colour mixing arithmetic, and colour
interpolation.
License: MIT + file LICENSE
URL: https://mccarthy-m-g.github.io/palettes/, https://github.com/mccarthy-m-g/palettes
BugReports: https://github.com/mccarthy-m-g/palettes/issues
Depends:
R (>= 2.10)
Imports:
vctrs,
cli,
methods,
pillar,
rlang (>= 1.0.0),
purrr,
prismatic,
farver (>= 2.0.3),
ggplot2 (>= 3.5.0),
scales,
tibble
Suggests:
pkgdown,
testthat (>= 3.0.0),
dplyr,
knitr (>= 1.22),
rmarkdown (>= 2.20),
colorspace,
gt (>= 0.9.0),
biscale,
sf,
patchwork,
MetBrewer,
nord,
PNWColors,
viridisLite,
covr,
grDevices,
withr
VignetteBuilder:
knitr
Config/Needs/website:
asciicast (>= 2.2.1),
fontawesome
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2