-
Notifications
You must be signed in to change notification settings - Fork 70
/
DESCRIPTION
61 lines (61 loc) · 1.57 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
56
57
58
59
60
61
Package: cli
Title: Helpers for Developing Command Line Interfaces
Version: 3.6.3.9000
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Hadley", "Wickham", role = "ctb"),
person("Kirill", "Müller", role = "ctb"),
person("Salim", "Brüggemann", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-5329-5987")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: A suite of tools to build attractive command line interfaces
('CLIs'), from semantic elements: headings, lists, alerts, paragraphs,
etc. Supports custom themes via a 'CSS'-like language. It also
contains a number of lower level 'CLI' elements: rules, boxes, trees,
and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI
colors and text styles as well.
License: MIT + file LICENSE
URL: https://cli.r-lib.org, https://github.com/r-lib/cli
BugReports: https://github.com/r-lib/cli/issues
Depends:
R (>= 3.4)
Imports:
utils
Suggests:
callr,
covr,
crayon,
digest,
glue (>= 1.6.0),
grDevices,
htmltools,
htmlwidgets,
knitr,
methods,
processx,
ps (>= 1.3.4.9000),
rlang (>= 1.0.2.9003),
rmarkdown,
rprojroot,
rstudioapi,
testthat (>= 3.2.0),
tibble,
whoami,
withr
Config/Needs/website:
r-lib/asciicast,
bench,
brio,
cpp11,
decor,
desc,
fansi,
prettyunits,
sessioninfo,
tidyverse/tidytemplate,
usethis,
vctrs
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2