R Under development (unstable) (2025-06-23 r88347 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(daiquiri) > > test_check("daiquiri") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 504 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-aggregate_data.R:155:3', 'test-aggregate_data.R:225:3', 'test-field_types.R:153:3', 'test-field_types.R:175:3', 'test-field_types.R:185:3', 'test-main.R:228:3', 'test-source_data.R:193:3', 'test-source_data.R:435:3', 'test-source_data.R:470:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 504 ] Deleting unused snapshots: • aggregate_data/test_[ALL_FIELDS_COMBINED].csv • aggregate_data/test_[DUPLICATES].csv • aggregate_data/test_col1.csv • aggregate_data/test_col2.csv > > proc.time() user system elapsed 304.28 24.40 354.28