R Under development (unstable) (2025-10-25 r88970 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 18 | PASS 502 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): '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-reports.R:129:3', 'test-reports.R:169:3', 'test-reports.R:201:3', 'test-reports.R:236:3', 'test-reports.R:277:3', 'test-reports.R:311:3', 'test-reports.R:345:3', 'test-reports.R:380:3', 'test-reports.R:419:3', 'test-source_data.R:193:3', 'test-source_data.R:435:3', 'test-source_data.R:470:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 502 ] 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 • reports/plot-overview-totals-static-empty.svg > > proc.time() user system elapsed 312.64 19.20 350.43