Package: argparse Type: Package Title: Command Line Optional and Positional Argument Parser Version: 2.3.2-1 Authors@R: c(person("Trevor L.", "Davis", role=c("aut", "cre"), email="trevor.l.davis@gmail.com", comment = c(ORCID = "0000-0001-6341-4639")), person("Allen", "Day", role="ctb", comment="Some documentation and examples ported from the getopt package."), person("Python Software Foundation", role="ctb", comment="Some documentation from the argparse Python module."), person("Paul", "Newell", role="ctb")) Description: A command line parser to be used with 'Rscript' to write "#!" shebang scripts that gracefully accept positional and optional arguments and automatically generate usage. License: GPL (>= 2) Copyright: See file (inst/)COPYRIGHTS. URL: https://github.com/trevorld/r-argparse, https://trevorldavis.com/R/argparse/ BugReports: https://github.com/trevorld/r-argparse/issues LazyLoad: yes Depends: R (>= 3.6.0) Imports: findpython, jsonlite, R6 SystemRequirements: python (>= 3.2) Suggests: knitr (>= 1.15.19), rmarkdown, testthat VignetteBuilder: knitr Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Encoding: UTF-8 Config/pak/sysreqs: python3 Repository: https://trevorld.r-universe.dev Date/Publication: 2026-05-09 06:28:17 UTC RemoteUrl: https://github.com/trevorld/r-argparse RemoteRef: HEAD RemoteSha: 20e30af8c2442201eaf3fd27cb8ba9f621819700 NeedsCompilation: no Packaged: 2026-06-08 08:11:57 UTC; root Author: Trevor L. Davis [aut, cre] (ORCID: ), Allen Day [ctb] (Some documentation and examples ported from the getopt package.), Python Software Foundation [ctb] (Some documentation from the argparse Python module.), Paul Newell [ctb] Maintainer: Trevor L. Davis