Skip to content

daiquiri

Data Quality Reporting for Temporal Datasets

v1.2.1 · Oct 27, 2025 · GPL (>= 3)

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).

Downloads

CRAN

710

Last 30 days

4697th

2.2K

Last 90 days

9.5K

Last year

Trend: +2.5% (30d vs prior 30d)

r2u CRAN

0

Last 30 days

23

Last 90 days

120

Last year

Trend: -100% (30d vs prior 30d)

autoCRAN

6

Last 7 days

20

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
ERROR r-devel-linux-x86_64-debian-gcc

tests

Running ‘testthat.R’ [302s/361s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > library(daiquiri)
  > 
  > test_check("daiquiri")
  Saving _problems/test-main-107.R
  Saving _problems/test-utilities-199.R
 
...[truncated]...
w")
  
  [ FAIL 2 | WARN 4 | SKIP 18 | PASS 494 ]
  Error:
  ! Test failures.
  Warning message:
  In dir.create(path, recursive = TRUE) :
    cannot create dir '/tmp/RtmpQfc1zl/file3e0d196f6cb38e', reason 'No space left on device'
  Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Line coverage

Expression

Tests / Examples

Functions

122 20 exported

Complexity

2.5 avg / 40 max

Call network

122 nodes / 194 edges

Test coverage has not been measured for this package yet; nodes fall back to a neutral fill.

Loading call graph…

Lowest coverage

Per-function coverage is not measured for this package yet.

Compare versions

Code

Structure

Lines of code

10,611

Files

75

Compiled share

0%

Has compiled src

No

Language breakdown

R 4,812 (45.3%)Tests 4,695 (44.2%)Docs 810 (7.6%)Vignettes 294 (2.8%)

API

Exported functions

20

Internal functions

101

Recent export changes

v1.2.0+1 field_types_advanced
v1.1.1+1 ft_strata

Testing & CI

Has tests

Yes

Test-to-code ratio

1.85

testthat edition

3

CI present

No

CI type

[]

PR gated

No

Docs

Return-value doc rate

100%

\dontrun example ratio

25%

Roxygen coverage

100%

Has pkgdown

No

NEWS present

Yes

Health & Security signals

Informational signals; not verdicts.

on.exit coverage

0%

Unsafe pattern score

0

Dep constraint coverage

70%

Secret pattern count

0

Bundled 3rd-party code

2 items

Portability & License

Min R version

System requirements

C++ standard

License

GPL (>= 3)

License flags

SPDX valid, OSI approved

History

Versions

6

First release

2022-11-11

Latest release

2025-10-27

Avg cadence

125 days

Cold removal rate

Dep drift

1

LOC over versions

v1.0.1: 7,095 LOCv1.0.2: 7,076 LOCv1.0.3: 7,180 LOCv1.1.1: 10,011 LOCv1.2.0: 10,317 LOCv1.2.1: 10,611 LOC

Per-file churn detail lives in the source pipeline: https://github.com/r-observatory/cran-code-metrics.

Dependency Network

Dependencies Reverse dependencies data.table readr ggplot2 scales cowplot rmarkdown reactable (>= 0.2.3) xfun daiquiri

Version History

7 tracked
new 1.2.1 Mar 10, 2026
updated 1.2.1 ← 1.2.0 diff Oct 26, 2025
updated 1.2.0 ← 1.1.1 diff Jun 23, 2025
updated 1.1.1 ← 1.0.3 diff Jul 17, 2023
updated 1.0.3 ← 1.0.2 diff Dec 5, 2022
updated 1.0.2 ← 1.0.1 diff Nov 20, 2022
new 1.0.1 Nov 10, 2022