-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 1.87 KB
/
DESCRIPTION
File metadata and controls
66 lines (66 loc) · 1.87 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
Package: CdmOnboarding
Title: Generate Onboarding Report for the OMOP Common Data Model
Version: 4.1.0
Authors@R:
c(person("Maxim", "Moinat",
role = c("aut", "cre"),
email = "m.moinat@darwin-eu.org",
comment = c(ORCID = "https://orcid.org/0000-0001-8473-2433")),
person("Peter", "Rijnbeek",
role = "aut",
email = "p.rijnbeek@darwin-eu.org",
comment = c(ORCID = "https://orcid.org/0000-0003-0621-1979")),
person("Anne", "van Winzum",
role = "ctb",
email = "a.vanwinzum@darwin-eu.org"),
person("Erasmus MC", role = c("cph"))
)
Maintainer: Maxim Moinat <m.moinat@darwin-eu.org>
Description: Generates a report for observational health data in the
Observational Medical Outcomes Partnership (OMOP) Common Data Model format.
The report, a 'Word' document, provides insight into the completeness, transparency and quality.
More information can be found at <https://ohdsi-europe.org/images/symposium-2024/Posters/OHDSIEU2024_DARWINEU_CDMOnboarding_Poster%20-%20Sofia%20Bazakou.pdf>.
License: Apache License (>= 2)
URL: https://github.com/darwin-eu/CdmOnboarding
BugReports: https://github.com/darwin-eu/CdmOnboarding/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.2.0)
Imports:
DatabaseConnector (>= 7.0.0),
ParallelLogger,
SqlRender,
CDMConnector (>= 2.3.0),
DrugExposureDiagnostics (>= 1.1.5),
CodelistGenerator (>= 4.0.0),
CohortCharacteristics (>= 1.1.1),
DrugUtilisation (>= 1.1.0),
IncidencePrevalence (>= 1.2.0),
benchmarkme,
prettyunits,
dplyr,
tidyr,
officer,
data.table,
lubridate,
ggplot2,
jsonlite,
stats,
cowplot,
scales,
stringr,
httr,
utils,
checkmate
Suggests:
DBI,
RPostgres,
duckdb,
devtools,
testthat (>= 3.0.0),
withr,
Achilles (>= 1.7.2)
Config/testthat/edition: 3