-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 919 Bytes
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 919 Bytes
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
Package: paletero
Title: Color palettes and scales.
Version: 0.1.0
Authors@R:
person(given = "Juan Pablo",
family = "Marin Diaz",
role = c("aut", "cre"),
email = "jpmarindiaz@gmail.com")
Maintainer: Juan Pablo Marin Diaz <jpmarindiaz@gmail.com>
Description: Color palettes and scales.
URL: https://github.com/datasketch/paletero
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/datasketch/paletero/issues
Depends:
R (>= 3.1),
vctrs
Imports:
R6,
farver,
prismatic,
crayon,
scales,
magick,
ggplot2,
tibble,
tidyr,
treemapify,
dstools,
hdtable,
hdbase,
hdtype
Suggests:
testthat (>= 2.1.0),
paletteer,
knitr,
rmarkdown
Remotes:
datasketch/hdtable,
datasketch/dstools,
datasketch/hdbase,
datasketch/hdtype
VignetteBuilder: knitr
RoxygenNote: 7.3.2