Package: cliff Title: Execute Command Line Programs Interactively Version: 0.1.2.9999 Authors@R: person(given = "Randy", family = "Lai", role = c("aut", "cre", "cph"), email = "randy.cs.lai@gmail.com") Description: Execute command line programs and format results for interactive use. It is based on the package 'processx' so it does not use shell to start up the process like system() and system2(). It also provides a simpler and cleaner interface than processx::run(). License: MIT + file LICENSE URL: https://github.com/randy3k/cliff BugReports: https://github.com/randy3k/cliff/issues Suggests: withr, crayon, testthat Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Imports: ellipsis, processx, rlang Repository: https://randy3k.r-universe.dev Date/Publication: 2021-11-09 17:21:36 UTC RemoteUrl: https://github.com/randy3k/cliff RemoteRef: HEAD RemoteSha: 2d5f23dfcca5d59ba07a12b3cc926f1bf752340b NeedsCompilation: no Packaged: 2026-05-25 09:58:33 UTC; root Author: Randy Lai [aut, cre, cph] Maintainer: Randy Lai