forked from r-lib/crayon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.51 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
Package: crayon
Title: Colored Terminal Output
Version: 1.5.2.9000
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
person("Brodie", "Gaslam", , "brodie.gaslam@yahoo.com", role = "ctb"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: The crayon package is now superseded. Please use the 'cli'
package for new projects. Colored terminal output on terminals that
support 'ANSI' color and highlight codes. It also works in 'Emacs'
'ESS'. 'ANSI' color support is automatically detected. Colors and
highlighting can be combined and nested. New styles can also be
created easily. This package was inspired by the 'chalk' 'JavaScript'
project.
License: MIT + file LICENSE
URL: https://github.com/r-lib/crayon#readme,
http://r-lib.github.io/crayon/
BugReports: https://github.com/r-lib/crayon/issues
Imports:
grDevices,
methods,
utils
Suggests:
mockery,
rstudioapi,
testthat,
withr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
'aaa-rstudio-detect.R'
'aaaa-rematch2.R'
'aab-num-ansi-colors.R'
'aac-num-ansi-colors.R'
'ansi-256.R'
'ansi-palette.R'
'combine.R'
'string.R'
'utils.R'
'crayon-package.R'
'disposable.R'
'enc-utils.R'
'has_ansi.R'
'has_color.R'
'link.R'
'styles.R'
'machinery.R'
'parts.R'
'print.R'
'style-var.R'
'show.R'
'string_operations.R'