-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.63 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.63 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
Package: ndq
Title: Network Data Quality (NDQ)
Version: 0.0.0.9000
Authors@R:
c(person("Hanieh", "Razzaghi", email = "razzaghih@chop.edu", role = c("aut"),
comment = c(ORCID = "0000-0001-5001-1590")),
person("Kimberley", "Dickinson", email = "dickinsokl@chop.edu", role = c("aut"),
comment = c(ORCID = "0000-0001-9523-056X")),
person("Kaleigh", "Wieand", email = "wieandk@chop.edu", role = c("aut", "cre"),
comment = c(ORCID = "0009-0003-7477-2601")),
person("Charles", "Bailey", email = "baileyc@chop.edu", role = c("aut"),
comment = c(ORCID = "0000-0002-8967-0662")))
Description: The Network Data Quality (NDQ) package contains several data quality
modules intended to evaluate the overall condition of the data in a clinical
research network. These modules, which cover a broad range of data quality
domains from conformance to plausibility, are flexible and can be configured to
execute checks specific to desired use cases in both the OMOP and PCORnet
common data models (CDMs).
License: MPL-2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/PEDSnet/ndq, https://pedsnet.github.io/ndq/
BugReports: https://github.com/PEDSnet/ndq/issues
VignetteBuilder: knitr
Imports:
cli,
dplyr (>= 1.1.4),
lubridate (>= 1.9.3),
purrr (>= 1.0.2),
readr (>= 2.1.5),
rlang,
stringr (>= 1.5.1),
tidyr (>= 1.3.1)
Remotes:
PEDSnet/argos
Depends:
argos,
R (>= 3.5)
LazyData: true
Suggests:
DBI,
knitr,
rmarkdown,
RSQLite,
testthat (>= 3.0.0)
Config/testthat/edition: 3