Package: cliapp Title: Create Rich Command Line Applications Version: 0.1.2.9000 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Create rich command line applications, with colors, headings, lists, alerts, progress bars, etc. It uses CSS for custom themes. This package is now superseded by the 'cli' package. Please use 'cli' instead in new projects. License: MIT + file LICENSE URL: https://github.com/r-lib/cliapp#readme BugReports: https://github.com/r-lib/cliapp/issues Depends: R (>= 3.6) Imports: cli, crayon, fansi, glue (>= 1.3.0), prettycode, progress (>= 1.2.0), R6, selectr, utils, withr, xml2 Suggests: callr, covr, rstudioapi, testthat Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: libicu-dev libxml2-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2024-04-25 07:41:14 UTC RemoteUrl: https://github.com/r-lib/cliapp RemoteRef: HEAD RemoteSha: ec509b6e9028937a9a0dc426ccd252de8250af76 NeedsCompilation: no Packaged: 2026-06-22 14:13:01 UTC; root Author: Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Gábor Csárdi