-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 867 Bytes
/
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
Package: tintin
Title: Tintin Palette Generator
Version: 0.2
Authors@R:
person("Mauricio", "Vargas Sepulveda", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1017-7574"))
Description: Palettes generated from Tintin covers. There is one palette per
cover, with a total of 24 palettes of 5 colours each. Includes functions to
interpolate colors in order to create more colors based on the provided
palettes. The data is based on Cyr, et al. (2004) <doi:10.1503/cmaj.1041405>
and Wikipedia <https://en.wikipedia.org/wiki/The_Adventures_of_Tintin>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
LazyData: true
Imports:
dplyr,
ggplot2,
magrittr,
rlang,
scales,
tidyr
Suggests:
spelling
Language: en-US