-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·48 lines (48 loc) · 1.09 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: inspectEHR
Type: Package
Title: Data Quality Reporting for CC-HIC
Version: 0.6.11.9000
Authors@R: c(
person("Edward", "Palmer", role = c("aut", "cre"), email = "edward.palmer@ucl.ac.uk",
comment = c(ORCID = "0000-0002-8024-4616"))
)
Description: This package helps to produce data quality reports for CC-HIC.
This consists of data wrangling, cleaning, verification and validation.
There are a lot of helper functions that have been written to facilitate
data wrangling and cleaning. These need to be separated and ported to
cleanEHR in due course.
License: GPL-3
Depends:
R (>= 3.4.0)
Encoding: UTF-8
LazyData: true
Imports:
DBI,
broom,
dbplyr,
dplyr (>= 0.8.0),
ggplot2,
glue,
hms,
lubridate,
magrittr,
rlang (>= 0.4.0),
purrr,
RPostgres,
RSQLite,
scales,
stringr,
tibble,
tidyr,
tidyselect
RoxygenNote: 7.0.0
Suggests:
covr,
knitr,
praise,
rmarkdown,
testthat,
qpdf
VignetteBuilder: knitr
URL: https://github.com/CC-HIC/inspectEHR
BugReports: https://github.com/CC-HIC/inspectEHR