forked from r-lib/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.38 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
Package: cli
Title: Helpers for Developing Command Line Interfaces
Version: 3.2.0.9000
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", c("aut", "cre")),
person("Hadley", "Wickham", role = c("ctb")),
person("Kirill", "Müller", role = c("ctb")),
person("RStudio", role = "cph")
)
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#readme
BugReports: https://github.com/r-lib/cli/issues
RoxygenNote: 7.1.2.9000
Depends: R (>= 2.10)
Imports:
glue (>= 1.6.0),
utils
Suggests:
asciicast,
callr,
covr,
digest,
grDevices,
htmltools,
htmlwidgets,
knitr,
methods,
mockery,
processx,
ps (>= 1.3.4.9000),
rlang,
rmarkdown,
rstudioapi,
shiny,
testthat,
tibble,
whoami,
withr
Config/testthat/edition: 3
Config/Needs/website:
r-lib/asciicast,
bench,
brio,
cpp11,
decor,
desc,
fansi,
sessioninfo,
usethis,
vctrs
Encoding: UTF-8