-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
80 lines (79 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
77
78
79
80
Package: OmopSketch
Title: Characterise Tables of an OMOP Common Data Model Instance
Version: 0.2.0
Authors@R: c(
person(
"Marta", "Alcalde-Herraiz",
email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0009-0002-4405-1814")
),
person(
"Kim", "Lopez-Guell", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-8462-8668")
),
person(
"Elin", "Rowlands", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0009-0005-5166-0417")
),
person(
"Cecilia", "Campanile", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0009-0007-6629-4661")
),
person(
"Edward", "Burn", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-9286-1128")
),
person(
"Martí", "Català", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-3308-9905")
))
Maintainer: Cecilia Campanile <[email protected]>
Description: Summarises key information in data mapped to the Observational
Medical Outcomes Partnership (OMOP) common data model. Assess suitability to
perform specific epidemiological studies and explore the different domains
to obtain feasibility counts and trends.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
CodelistGenerator,
DBI,
duckdb,
flextable,
gt,
here,
knitr,
lubridate,
odbc,
remotes,
rmarkdown,
RPostgres,
testthat (>= 3.0.0),
withr,
omock (>= 0.3.0),
covr,
ggplot2,
visOmopResults (>= 0.5.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Imports:
CDMConnector (>= 1.3.0),
cli,
clock,
CohortConstructor (>= 0.3.1),
dplyr,
glue,
lifecycle,
omopgenerics (>= 0.4.1),
PatientProfiles (>= 1.2.1),
purrr,
rlang,
stringr,
tibble,
tidyr
Depends:
R (>= 2.10)
URL: https://OHDSI.github.io/OmopSketch/
BugReports: https://github.com/OHDSI/OmopSketch/issues
VignetteBuilder: knitr