Package: omophub Title: R Client for the 'OMOPHub' Medical Vocabulary API Version: 1.8.1 Authors@R: c( person("Alex", "Chen", email = "alex@omophub.com", role = c("aut", "cre", "cph")), person("Observational Health Data Science and Informatics", role = c("cph")) ) Description: Provides an R interface to the 'OMOPHub' API for accessing 'OHDSI ATHENA' standardized medical vocabularies. Supports concept search, semantic search using neural embeddings, concept similarity, vocabulary exploration, hierarchy navigation, relationship queries, concept mappings, and FHIR-to-OMOP concept resolution with automatic pagination. License: MIT + file LICENSE URL: https://github.com/omopHub/omophub-R, https://docs.omophub.com, https://omophub.github.io/omophub-R/, https://omophub.com BugReports: https://github.com/omopHub/omophub-R/issues Depends: R (>= 4.1) Imports: httr2 (>= 1.0.0), R6, rlang (>= 1.0.0), cli, tibble, purrr, glue, checkmate Suggests: testthat (>= 3.0.0), httptest2, webmockr, knitr, rmarkdown, keyring, withr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://omophub.r-universe.dev Date/Publication: 2026-06-01 15:06:45 UTC RemoteUrl: https://github.com/omophub/omophub-r RemoteRef: HEAD RemoteSha: 47d10cd35244ffe605f1e314b8f6dca7cf31e6fc NeedsCompilation: no Packaged: 2026-07-03 08:55:23 UTC; root Author: Alex Chen [aut, cre, cph], Observational Health Data Science and Informatics [cph] Maintainer: Alex Chen