Package: cli
Title: Helpers for Developing Command Line Interfaces
Version: 3.6.0
Authors@R: c(
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("Hadley", "Wickham", role = "ctb"),
    person("Kirill", "Müller", role = "ctb"),
    person("RStudio", 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#readme
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,
    mockery,
    processx,
    ps (>= 1.3.4.9000),
    rlang (>= 1.0.2.9003),
    rmarkdown,
    rprojroot,
    rstudioapi,
    testthat,
    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.2.1.9000
