-
Notifications
You must be signed in to change notification settings - Fork 96
/
DESCRIPTION
48 lines (48 loc) · 1.25 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
Package: DataQualityDashboard
Type: Package
Title: Execute and View Data Quality Checks on OMOP CDM Database
Version: 2.6.1
Date: 2024-07-12
Authors@R: c(
person("Katy", "Sadowski", email = "[email protected]", role = c("aut", "cre")),
person("Clair", "Blacketer", role = c("aut")),
person("Ajit", "Londhe", role = c("aut")),
person("Anthony", "Sena", role = c("aut")),
person("Anthony", "Molinaro", role = c("aut")),
person("Frank", "DeFalco", role = c("aut")),
person("Pavel", "Grafkin", role = c("aut"))
)
Maintainer: Katy Sadowski <[email protected]>
Description: An R package for assessing data quality in standardized OMOP Common Data Model data sources.
License: Apache License (>= 2)
Config/build/clean-inst-doc: FALSE
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/OHDSI/DataQualityDashboard
BugReports: https://github.com/OHDSI/DataQualityDashboard/issues
Depends:
R (>= 3.2.2),
DatabaseConnector (>= 2.0.2)
Imports:
magrittr,
ParallelLogger,
dplyr,
jsonlite,
rJava,
SqlRender (>= 1.10.1),
plyr,
stringr,
rlang,
tidyselect,
readr
Suggests:
testthat,
knitr,
rmarkdown,
markdown,
shiny,
ggplot2,
Eunomia,
R.utils
RoxygenNote: 7.3.1
Encoding: UTF-8