CRAN Package Check Results for Package daiquiri

Last updated on 2026-06-07 21:51:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.1 7.28 643.88 651.16 OK
r-devel-linux-x86_64-debian-gcc 1.2.1 5.11 376.69 381.80 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.1 13.00 1014.42 1027.42 OK
r-devel-linux-x86_64-fedora-gcc 1.2.1 13.00 1046.27 1059.27 OK
r-devel-windows-x86_64 1.2.1 10.00 620.00 630.00 OK
r-patched-linux-x86_64 1.2.1 6.02 620.45 626.47 OK
r-release-linux-x86_64 1.2.1 6.36 618.87 625.23 OK
r-release-macos-arm64 1.2.1 2.00 139.00 141.00 OK
r-release-macos-x86_64 1.2.1 6.00 578.00 584.00 OK
r-release-windows-x86_64 1.2.1 12.00 611.00 623.00 OK
r-oldrel-macos-arm64 1.2.1 OK
r-oldrel-macos-x86_64 1.2.1 6.00 825.00 831.00 OK
r-oldrel-windows-x86_64 1.2.1 13.00 795.00 808.00 OK

Check Details

Version: 1.2.1
Check: tests
Result: ERROR 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 [ FAIL 2 | WARN 4 | SKIP 18 | PASS 494 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-aggregate_data.R:130:1', 'test-aggregate_data.R:203:1', 'test-field_types.R:152:1', 'test-field_types.R:160:1', 'test-field_types.R:178:1', 'test-main.R:203:1', 'test-reports.R:100:1', 'test-reports.R:146:1', 'test-reports.R:176:1', 'test-reports.R:208:1', 'test-reports.R:243:1', 'test-reports.R:284:1', 'test-reports.R:318:1', 'test-reports.R:352:1', 'test-reports.R:387:1', 'test-source_data.R:146:1', 'test-source_data.R:399:1', 'test-source_data.R:439:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-main.R:70:3'): daiquiri_report() creates report and returns daiquiri object successfully ── Error in `initialise_log(log_directory)`: Log file [/tmp/RtmpQfc1zl/daiquiri_20260607%H2600.log] could not be created Backtrace: ▆ 1. └─daiquiri::daiquiri_report(...) at test-main.R:70:3 2. └─daiquiri::initialise_log(log_directory) ── Error ('test-utilities.R:199:3'): log_message() writes to log ─────────────── Error in `file(file, if (append) "a" else "w")`: cannot open the connection Backtrace: ▆ 1. └─testthat::expect_silent(log_message("test message", show_progress = FALSE)) at test-utilities.R:199:3 2. └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. └─testthat (local) .capture(...) 4. └─withr::with_output_sink(...) 5. └─withr:::set_output_sink(file = new, append = append, split = split) 6. └─withr:::output_sink(file = file, append = append, split = split) 7. └─base::sink(file = file, append = append, type = "output", split = split) 8. └─base::file(file, if (append) "a" else "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 Flavor: r-devel-linux-x86_64-debian-gcc