Package: command Type: Package Title: Process Command Line Arguments Version: 0.1.4 Authors@R: c( person(given = "John", family = "Bryant", email = "john@bayesiandemography.com", role = c("aut", "cre")), person("Bayesian Demography Limited", role = "cph")) Description: Process command line arguments, as part of a data analysis workflow. 'command' makes it easier to construct a workflow consisting of lots of small, self-contained scripts, all run from a Makefile or shell script. The aim is a workflow that is modular, transparent, and reliable. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 3.5.0) Imports: cli, fs, methods, tools Suggests: covr, dplyr, ggplot2, knitr, littler, quarto, readr, rmarkdown, testthat (>= 3.0.0), tidyr, withr Config/testthat/edition: 3 RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) URL: https://bayesiandemography.github.io/command/, https://github.com/bayesiandemography/command Config/Needs/website: quarto, rmarkdown BugReports: https://github.com/bayesiandemography/command/issues Config/pak/sysreqs: cmake make libuv1-dev Repository: https://bayesiandemography.r-universe.dev Date/Publication: 2026-06-01 03:43:40 UTC RemoteUrl: https://github.com/bayesiandemography/command RemoteRef: HEAD RemoteSha: 21a4a24215e88274e8173661d7fad35967b723fc NeedsCompilation: no Packaged: 2026-07-04 10:45:34 UTC; root Author: John Bryant [aut, cre], Bayesian Demography Limited [cph] Maintainer: John Bryant