Package: biobouncer
Title: Validate Biological Identifiers and Inputs
Version: 0.1.4
Authors@R: 
    person("Samuel", "Bharti", , "samuelbharti.io@gmail.com",
           role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-4190-7058"))
Description: Gene symbols, ontology terms, variant formats, and database
    accessions are validated through one small application programming
    interface (API), either offline against identifier patterns and bundled
    snapshots or live against a source web service. Results are designed to
    match those of the companion 'Python' package for the same inputs. Input
    order and length are preserved, and errors are reported explicitly rather
    than as a silent failure. Identifier patterns follow the registry and
    nomenclature described in Hoyt et al. (2022)
    <doi:10.1038/s41597-022-01807-3> and den Dunnen et al. (2016)
    <doi:10.1002/humu.22981>.
License: MIT + file LICENSE
URL: https://github.com/samuelbharti/biobouncer,
        https://www.samuelbharti.com/biobouncer/r/
BugReports: https://github.com/samuelbharti/biobouncer/issues
Encoding: UTF-8
Depends: R (>= 4.0)
Imports: checkmate, cli, curl, jsonlite, tibble, tools, utils, yaml
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-08-22 22:09:12 UTC; Samuel
Author: Samuel Bharti [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-4190-7058>)
Maintainer: Samuel Bharti <samuelbharti.io@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-03 11:20:15 UTC
