-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
65 lines (65 loc) · 2 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: CodelistGenerator
Title: Identify Relevant Clinical Codes and Evaluate Their Use
Version: 3.3.0
Authors@R: c(
person("Edward", "Burn", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9286-1128")),
person("Marti", "Catala", email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-3308-9905")),
person("Xihang", "Chen", email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0009-0001-8112-8959")),
person("Nuria", "Mercade-Besora", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0009-0006-7948-3747")),
person("Mike", "Du", email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-9517-8834")),
person("Danielle", "Newby", email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-3001-1478")))
Description: Generate a candidate code list for the Observational Medical Outcomes Partnership (OMOP) common data model based on string matching. For a given search strategy, a candidate code list will be returned.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
Imports:
checkmate (>= 2.0.0),
DBI (>= 1.1.0),
dplyr (>= 1.1.0),
magrittr (>= 2.0.0),
omopgenerics (>= 0.2.2),
rlang (>= 1.0.0),
glue (>= 1.5.0),
stringr (>= 1.4.0),
tidyselect (>= 1.2.0),
tidyr (>= 1.2.0),
cli (>= 3.1.0),
purrr,
lubridate,
PatientProfiles (>= 1.1.0),
vctrs,
visOmopResults (>= 0.3.0),
RJSONIO
Suggests:
covr,
duckdb,
CDMConnector (>= 1.3.0),
knitr,
rmarkdown,
testthat (>= 3.0.0),
RPostgres,
odbc,
spelling,
tibble,
gt,
flextable
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
URL: https://darwin-eu.github.io/CodelistGenerator/
Language: en-US
LazyData: true