-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.87 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
Package: daiquiri
Type: Package
Title: Data Quality Reporting for Temporal Datasets
Version: 1.1.1.9000
Authors@R: c(
person(c("T.", "Phuong"), "Quan", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8566-1817")),
person("Jack", "Cregan", role = "ctb"),
person(family = "University of Oxford", role = "cph"),
person(family = "National Institute for Health Research (NIHR)", role = "fnd"),
person("Brad", "Cannell", role = "rev")
)
Description: Generate reports that enable quick visual review of
temporal shifts in record-level data. Time series plots showing aggregated
values are automatically created for each data field (column) depending on its
contents (e.g. min/max/mean values for numeric data, no. of distinct
values for categorical data), as well as overviews for missing values,
non-conformant values, and duplicated rows. The resulting reports are shareable
and can contribute to forming a transparent record of the entire analysis process.
It is designed with Electronic Health Records in mind, but can be used for
any type of record-level temporal data (i.e. tabular data where each row represents
a single "event", one column contains the "event date", and other columns
contain any associated values for the event).
URL: https://github.com/ropensci/daiquiri, https://ropensci.github.io/daiquiri/
BugReports: https://github.com/ropensci/daiquiri/issues
License: GPL (>= 3)
Encoding: UTF-8
Imports:
data.table (>= 1.12.8),
readr (>= 2.0.0),
ggplot2 (>= 3.1.0),
scales (>= 1.1.0),
cowplot (>= 0.9.3),
rmarkdown,
reactable (>= 0.2.3),
utils,
stats,
xfun (>= 0.15)
RoxygenNote: 7.3.1
Suggests:
covr,
knitr,
testthat (>= 3.0.0),
codemetar
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)