Package: command
Type: Package
Title: Process Command Line Arguments
Version: 0.1.3
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
URL: https://bayesiandemography.github.io/command/,
        https://github.com/bayesiandemography/command
Config/Needs/website: quarto, rmarkdown
BugReports: https://github.com/bayesiandemography/command/issues
NeedsCompilation: no
Packaged: 2025-11-22 01:21:15 UTC; johnbryant
Author: John Bryant [aut, cre],
  Bayesian Demography Limited [cph]
Maintainer: John Bryant <john@bayesiandemography.com>
Repository: CRAN
Date/Publication: 2025-11-22 15:20:02 UTC
Built: R 4.6.0; ; 2025-12-07 02:41:04 UTC; windows
