-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.21 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: omophub
Title: R Client for the 'OMOPHub' Medical Vocabulary API
Version: 1.7.0
Authors@R: c(
person("Alex", "Chen", email = "[email protected]", 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