Package: arrg Version: 0.1.0 Date: 2024-09-23 Title: Flexible Argument Parsing for R Scripts Authors@R: person("Jon", "Clayden", role=c("cre","aut"), email="code@clayden.org", comment=c(ORCID="0000-0002-6608-0619")) Imports: ore Suggests: tinytest, covr Description: Argument parsing for R scripts, with support for long and short Unix-style options including option clustering, positional arguments including those of variable length, and multiple usage patterns which may take different subsets of options. Encoding: UTF-8 License: GPL-2 URL: https://github.com/jonclayden/arrg BugReports: https://github.com/jonclayden/arrg/issues RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Repository: https://jonclayden.r-universe.dev Date/Publication: 2024-11-08 16:58:07 UTC RemoteUrl: https://github.com/jonclayden/arrg RemoteRef: HEAD RemoteSha: 91c642f673b09dca1b9b88193905f13e5fbcdb32 NeedsCompilation: no Packaged: 2026-06-02 10:32:15 UTC; root Author: Jon Clayden [cre, aut] (ORCID: ) Maintainer: Jon Clayden