Encoding: UTF-8 Package: getopt Type: Package Title: C-Like 'getopt' Behavior Version: 1.21.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="aut", comment="Original package author"), person("Roman", "Zenka", role="ctb")) URL: https://github.com/trevorld/r-getopt, https://trevorldavis.com/R/getopt/ BugReports: https://github.com/trevorld/r-getopt/issues Description: Package designed to be used with Rscript to write '#!' shebang scripts that accept short and long flags/options. Many users will prefer using instead the packages optparse or argparse which add extra features like automatically generated help option and usage, support for default values, positional argument support, etc. License: GPL (>= 2) Depends: R (>= 3.3) Suggests: stats, testthat Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/testthat/edition: 3 Repository: https://trevorld.r-universe.dev Date/Publication: 2026-05-09 06:29:06 UTC RemoteUrl: https://github.com/trevorld/r-getopt RemoteRef: HEAD RemoteSha: e5ec356541114a7541d8d4db7ae8523a61b5b1fe NeedsCompilation: no Packaged: 2026-06-08 08:09:06 UTC; root Author: Trevor L. Davis [aut, cre] (ORCID: ), Allen Day [aut] (Original package author), Roman Zenka [ctb] Maintainer: Trevor L. Davis