-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
76 lines (76 loc) · 2.22 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
74
75
76
Package: CohortCharacteristics
Type: Package
Title: Summarise and Visualise Characteristics of Patients in the OMOP CDM
Version: 0.3.0.900
Authors@R: c(
person("Marti", "Catala", , "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3308-9905")),
person("Yuchen", "Guo", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-0847-4855")),
person("Mike", "Du", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-9517-8834")),
person("Kim", "Lopez-Guell", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-8462-8668")),
person("Edward", "Burn", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-9286-1128")),
person("Nuria", "Mercade-Besora", , "[email protected]",
role = c("aut"), comment = c(ORCID = "0009-0006-7948-3747")),
person("Marta", "Alcalde", , "[email protected]",
role = c("aut"), comment = c(ORCID = "0009-0002-4405-1814"))
)
Maintainer: Marti Catala <[email protected]>
Description: Summarise and visualise the characteristics of patients in data
mapped to the Observational Medical Outcomes Partnership (OMOP) common data
model (CDM).
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
CDMConnector (>= 1.3.2),
dplyr,
tidyr,
rlang,
cli,
stringr,
omopgenerics (>= 0.3.0),
visOmopResults (>= 0.4.0),
PatientProfiles (>= 1.2.0),
snakecase,
lifecycle,
purrr
URL: https://darwin-eu.github.io/CohortCharacteristics/
BugReports: https://github.com/darwin-eu/CohortCharacteristics/issues
Language: en-US
Depends:
R (>= 2.10)
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
Suggests:
CodelistGenerator,
CohortConstructor,
covr,
DBI,
dbplyr,
DiagrammeR,
DrugUtilisation,
duckdb (>= 1.0.0),
flextable,
ggplot2,
ggpubr,
glue,
gt,
here,
knitr,
odbc,
omock,
plotly,
rmarkdown,
RPostgres,
scales,
spelling,
testthat (>= 3.1.5),
tictoc,
withr
Roxygen: list(markdown = TRUE)