Package: biobouncer Title: Validate Biological Identifiers and Inputs Version: 0.1.0 Authors@R: person("Samuel", "Bharti", , "samuelbharti.io@gmail.com", role = c("aut", "cre")) Description: A gate for biological inputs. Validate gene symbols, ontology terms, variant formats, and database identifiers through one small API, using offline pattern and cache checks or live remote checks. Results are designed to match the companion Python package for the same inputs. 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 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/pak/sysreqs: libssl-dev Repository: https://samuelbharti.r-universe.dev Date/Publication: 2026-07-14 05:15:15 UTC RemoteUrl: https://github.com/samuelbharti/biobouncer RemoteRef: HEAD RemoteSha: 76c0f5eac67e5860214ce681b9f7b0ce6b3662aa RemoteSubdir: pkg-r NeedsCompilation: no Packaged: 2026-07-14 08:52:39 UTC; root Author: Samuel Bharti [aut, cre] Maintainer: Samuel Bharti