-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.49 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
Package: crayon
Title: Colored Terminal Output
Version: 1.5.3.9000
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Brodie", "Gaslam", , "[email protected]", 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://r-lib.github.io/crayon/, https://github.com/r-lib/crayon
BugReports: https://github.com/r-lib/crayon/issues
Imports:
grDevices,
methods,
utils
Suggests:
rstudioapi,
testthat,
withr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
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'