forked from EHDEN/CdmInspection
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.19 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
Package: CdmInspection
Title: R Package to support quality control inspection of an OMOP-CDM instance
Version: 1.1.0
Authors@R:
person(given = "Peter",
family = "Rijnbeek",
role = c("aut", "cre"),
email = "p.rijnbeek@erasmusmc.nl",
comment = c(ORCID = "https://orcid.org/0000-0003-0621-1979"))
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.0
VignetteBuilder: knitr
URL: https://github.com/EHDEN/CdmInspection
BugReports: https://github.com/EHDEN/CdmInspection/issue
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0),
DatabaseConnector (>= 3.0.0),
ROhdsiWebApi (>= 1.1.2),
ParallelLogger,
SqlRender
Imports: parallel,
benchmarkme,
prettyunits,
magrittr,
tools,
dplyr,
officer,
data.table,
flextable,
lubridate,
ggplot2,
knitr,
devtools