-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 877 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
29
30
31
32
33
34
35
36
Package: multicolor
Type: Package
Title: Add Multiple Colors to your Console & RMarkdown Output
Version: 0.1.6
Authors@R: c(
person("Amanda", "Dobbyn", email = "[email protected]", role = c("aut", "cre")),
person("Hernando", "Cortina", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-6790-4870"))
)
Description: Add multiple colors to text that is printed to the console.
Depends: R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/aedobbyn/multicolor/
BugReports: https://github.com/aedobbyn/multicolor/issues/
Imports:
cowsay,
crayon,
dplyr,
glue,
magrittr,
purrr,
stringi,
stringr,
tibble (>= 1.2),
tidyr
Suggests:
covr,
fansi,
knitr,
rmarkdown,
testthat,
viridisLite,
wesanderson
RoxygenNote: 7.1.1
VignetteBuilder: knitr