forked from OHDSI/DataQualityDashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.01 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
Package: DataQualityDashboard
Type: Package
Title: Execute and View Data Quality Checks on OMOP CDM Database
Version: 1.0.0
Date: 2020-02-28
Authors@R: c(
person("Clair", "Blacketer", , "[email protected]", role = c("aut", "cre")),
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: Clair Blacketer <[email protected]>
Description: An R package for assessing data quality in standardized OMOP Common Data Model data sources.
License: Apache License 2.0
VignetteBuilder: knitr
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,
SqlRender (>= 1.6.0),
plyr
Suggests:
testthat,
knitr,
rmarkdown,
shiny
RoxygenNote: 7.1.1
Encoding: UTF-8