Package: ribiosArg Type: Package Title: Argument Handling for Command-Line, Stand-Alone R Scripts Version: 1.5.0 Date: 2026-01-24 Authors@R: c(person(given = "Jitao David", family = "Zhang", role = c("aut", "cre", "ctb"), email = "jitao_david.zhang@roche.com", comment = c(ORCID="0000-0002-3085-0909")), person(given = "Balazs", family = "Banfai", role = "ctb")) Description: Provides functions to handle command-line arguments for R scripting. It enables building stand-alone R programs that accept and parse command-line options in 'BIOS' style. Zhang (2025) . Depends: R (>= 3.4.0), ribiosUtils LinkingTo: ribiosUtils Imports: utils Suggests: testthat License: GPL-3 URL: https://github.com/bedapub/ribiosArg BugReports: https://github.com/bedapub/ribiosArg/issues Encoding: UTF-8 LazyLoad: yes RoxygenNote: 7.3.3 Repository: https://bedapub.r-universe.dev Date/Publication: 2026-02-18 09:36:35 UTC RemoteUrl: https://github.com/bedapub/ribiosArg RemoteRef: HEAD RemoteSha: 677377544b839e542373d9319075ed0a1e162f57 NeedsCompilation: yes Packaged: 2026-06-24 03:38:50 UTC; root Author: Jitao David Zhang [aut, cre, ctb] (ORCID: ), Balazs Banfai [ctb] Maintainer: Jitao David Zhang