-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.73 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
Package: CdmOnboarding
Title: Generate report on an OMOP CDM instance
Version: 3.3.3
Authors@R:
c(person(given = "Peter",
family = "Rijnbeek",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-0621-1979")),
person(given = "Maxim",
family = "Moinat",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0001-8473-2433")),
person(given = "Anne",
family = "van Winzum",
role = "aut",
email = "[email protected]")
)
Maintainer: Maxim Moinat <[email protected]>
Description: The goal this R Package is to generate a report to provide insight into the completeness, transparency and quality of the performed Extraction Transform, and Load (ETL) process and the readiness of the data partner to be onboarded in the data network and participate in research studies.
License: Apache License (>= 2)
URL: https://github.com/darwin-eu/CdmOnboarding
BugReports: https://github.com/darwin-eu/CdmOnboarding/issue
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Depends:
R (>= 4.0.0),
DatabaseConnector (>= 5.0.2)
Imports:
ParallelLogger,
SqlRender,
DrugExposureDiagnostics (>= 1.0.6),
CDMConnector (>= 1.0.0),
DBI,
benchmarkme,
prettyunits,
tools,
dplyr,
tidyr,
officer,
data.table,
lubridate,
ggplot2,
jsonlite,
stats,
cowplot,
scales,
stringr,
httr,
utils,
tictoc
Suggests:
RPostgres,
flextable,
devtools,
knitr,
testthat (>= 3.0.0),
Eunomia,
Achilles (>= 1.7.2)
Config/testthat/edition: 3