-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
71 lines (71 loc) · 2.18 KB
/
DESCRIPTION
File metadata and controls
71 lines (71 loc) · 2.18 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: CodelistGenerator
Title: Identify Relevant Clinical Codes and Evaluate Their Use
Version: 4.0.2
Authors@R: c(
person("Edward", "Burn", email = "edward.burn@ndorms.ox.ac.uk",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9286-1128")),
person( "Marta", "Alcalde-Herraiz", email = "marta.alcaldeherraiz@ndorms.ox.ac.uk",
role = c("aut"),
comment = c(ORCID = "0009-0002-4405-1814")),
person("Martí", "Català", email = "marti.catalasabate@ndorms.ox.ac.uk",
role = c("aut"),
comment = c(ORCID = "0000-0003-3308-9905")),
person("Xihang", "Chen", email = "xihang.chen@ndorms.ox.ac.uk",
role = c("aut"),
comment = c(ORCID = "0009-0001-8112-8959")),
person("Nuria", "Mercade-Besora", email = "nuria.mercadebesora@ndorms.ox.ac.uk",
role = c("aut"), comment = c(ORCID = "0009-0006-7948-3747")),
person("Mike", "Du", email = "mike.du@ndorms.ox.ac.uk",
role = c("aut"),
comment = c(ORCID = "0000-0002-9517-8834")),
person("Danielle", "Newby", email = "danielle.newby@ndorms.ox.ac.uk",
role = c("aut"),
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.3
Depends:
R (>= 4.1)
Imports:
DBI (>= 1.1.0),
dplyr (>= 1.1.0),
omopgenerics (>= 1.3.4),
rlang (>= 1.0.0),
glue (>= 1.5.0),
stringr (>= 1.6.0),
stringi (>= 1.8.1),
tidyr (>= 1.2.0),
cli (>= 3.1.0),
purrr,
clock,
PatientProfiles (>= 1.4.4),
vctrs,
jsonlite,
lifecycle
Suggests:
covr,
duckdb,
CDMConnector (>= 2.1.0),
visOmopResults (>= 1.4.0),
CohortConstructor (>= 0.5.0),
knitr,
rmarkdown,
testthat (>= 3.0.0),
RPostgres,
odbc,
spelling,
tibble,
gt,
flextable,
omock,
tictoc
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
URL: https://darwin-eu.github.io/CodelistGenerator/
Language: en-US
LazyData: true