-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 941 Bytes
/
DESCRIPTION
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
Package: omopcept
Title: Tools to query OMOP conCEPTs for standard health vocabularies (all pros no cons!)
Version: 0.0.6.0
Authors@R:
c(
person("Andy", "South", email = "[email protected]", role = c("aut", "cre"),comment = c(ORCID = "0000-0003-4051-6135"))
)
Description: Access to OMOP Common Data Model medical vocabularies and flexible tidyverse compatible R functions for querying.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/SAFEHR-data/omopcept
BugReports: https://github.com/SAFEHR-data/omopcept/issues
Depends:
R (>= 3.5.0)
LazyData: true
LazyDataCompression: xz
Imports:
dplyr,
rlang,
arrow,
stringr,
ggplot2,
readr,
lubridate
Suggests:
igraph,
tidygraph,
ggraph,
knitr,
rmarkdown,
testthat (>= 3.0.0),
fs,
purrr,
here
VignetteBuilder: knitr
Config/testthat/edition: 3