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) <https://github.com/bedapub/ribiosArg>.
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
NeedsCompilation: yes
Packaged: 2026-02-18 09:32:43 UTC; david
Author: Jitao David Zhang [aut, cre, ctb] (ORCID:
    <https://orcid.org/0000-0002-3085-0909>),
  Balazs Banfai [ctb]
Maintainer: Jitao David Zhang <jitao_david.zhang@roche.com>
Repository: CRAN
Date/Publication: 2026-02-20 10:40:20 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2026-02-26 03:16:02 UTC; windows
Archs: x64
