Package: daiquiri Type: Package Title: Data Quality Reporting for Temporal Datasets Version: 1.2.1 Authors@R: c( person(c("T.", "Phuong"), "Quan", email = "phuongquan567@outlook.com", 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.3 Suggests: covr, knitr, testthat (>= 3.0.0), codemetar, vdiffr, shiny, diffviewer VignetteBuilder: knitr Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libuv1-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-10-27 12:46:00 UTC RemoteUrl: https://github.com/ropensci/daiquiri RemoteRef: master RemoteSha: f2c93f64e20d1945d70f9307f562dab3b581824a NeedsCompilation: no Packaged: 2026-07-01 08:24:06 UTC; root Author: T. Phuong Quan [aut, cre] (ORCID: ), Jack Cregan [ctb], University of Oxford [cph], National Institute for Health Research (NIHR) [fnd], Brad Cannell [rev] Maintainer: T. Phuong Quan