-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
73 lines (73 loc) · 2.31 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
66
67
68
69
70
71
72
73
Package: CohortConstructor
Title: Build and Manipulate Study Cohorts Using a Common Data Model
Version: 0.3.3
Authors@R: c(
person("Edward", "Burn", , "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9286-1128")),
person("Marti", "Catala", , "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-3308-9905")),
person("Nuria", "Mercade-Besora", , "[email protected]",
role = c("aut"), comment = c(ORCID = "0009-0006-7948-3747")),
person("Marta", "Alcalde-Herraiz", , "[email protected]",
role = c("aut"), comment = c(ORCID = "0009-0002-4405-1814")),
person("Mike", "Du", , "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-9517-8834")),
person("Yuchen", "Guo", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-0847-4855")),
person("Xihang", "Chen", , "[email protected]",
role = c("aut"), comment = c(ORCID = "0009-0001-8112-8959")),
person("Kim", "Lopez-Guell", , "[email protected]",
role = "aut", comment = c(ORCID = "0000-0002-8462-8668")),
person("Elin", "Rowlands", , "[email protected]",
role = "aut", comment = c(ORCID = "0009-0005-5166-0417")))
Description: Create and manipulate study cohorts in data mapped to the
Observational Medical Outcomes Partnership Common Data Model.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
CDMConnector (>= 1.3.1),
checkmate,
cli,
clock,
dbplyr (>= 2.5.0),
dplyr,
glue,
magrittr,
omopgenerics (>= 0.4.0),
PatientProfiles (>= 1.2.2),
purrr,
rlang,
tidyr,
utils
Suggests:
DBI,
CodelistGenerator,
DrugUtilisation,
duckdb,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tibble,
stringr,
IncidencePrevalence,
omock (>= 0.2.0),
covr,
RPostgres,
odbc,
CohortCharacteristics,
ggplot2,
DiagrammeR,
visOmopResults,
gt,
scales,
here,
ggpubr
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
Depends:
R (>= 4.1)
URL: https://ohdsi.github.io/CohortConstructor/, https://github.com/OHDSI/CohortConstructor
LazyData: true