-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.36 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: DQAstats
Title: Core Functions for Data Quality Assessment
Version: 0.3.6
Date: 2024-11-27
Authors@R: c(
person("Lorenz A.", "Kapsner", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1866-860X")),
person("Jonathan M.", "Mang", role = "aut",
comment = c(ORCID = "0000-0003-0518-4710")),
person("Helene Köster", role = "ctb"),
person("MIRACUM - Medical Informatics in Research and Care in University Medicine", role = "fnd"),
person("Universitätsklinikum Erlangen", role = "cph")
)
Description: Perform data quality assessment ('DQA') of electronic health
records ('EHR'). Publication: Kapsner et al. (2021)
<doi:10.1055/s-0041-1733847>.
License: GPL-3
URL: https://github.com/miracum/dqa-dqastats
BugReports: https://github.com/miracum/dqa-dqastats/issues
Imports:
data.table,
DIZtools (>= 0.0.8),
DIZutils (>= 0.1.2),
future,
future.apply,
jsonlite,
kableExtra,
knitr,
magrittr,
parsedate,
quarto (>= 1.4),
stats,
tinytex,
utils
Suggests:
DT,
lintr,
remotes,
testthat
VignetteBuilder:
quarto
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
SystemRequirements: Quarto command line tools
(https://github.com/quarto-dev/quarto-cli).
RoxygenNote: 7.3.2