CRAN Package Check Results for Package duet

Last updated on 2026-06-08 02:51:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 8.69 81.29 89.98 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 5.83 56.32 62.15 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 14.00 123.98 137.98 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 13.00 118.99 131.99 OK
r-devel-windows-x86_64 0.1.1 11.00 93.00 104.00 OK
r-patched-linux-x86_64 0.1.1 6.94 75.79 82.73 OK
r-release-linux-x86_64 0.1.1 7.68 75.67 83.35 OK
r-release-macos-arm64 0.1.1 2.00 21.00 23.00 OK
r-release-macos-x86_64 0.1.1 6.00 78.00 84.00 OK
r-release-windows-x86_64 0.1.1 10.00 89.00 99.00 OK
r-oldrel-macos-arm64 0.1.1 OK
r-oldrel-macos-x86_64 0.1.1 4.00 62.00 66.00 OK
r-oldrel-windows-x86_64 0.1.1 13.00 113.00 126.00 OK

Check Details

Version: 0.1.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [8s/9s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > library(testthat) > library(duet) > > test_check("duet") Saving _problems/test-op_batch_create_csv-36.R [ FAIL 1 | WARN 12 | SKIP 3 | PASS 144 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • Skipping test during devtools::check() or on CRAN. (1): 'test-op_animate_dyad.R:7:5' • empty test (2): , ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-op_batch_create_csv.R:27:3'): op_batch_create_csv processes provided example dyad correctly ── Error in `file(file, ifelse(append, "a", "w"))`: cannot open the connection Backtrace: ▆ 1. └─duet::op_batch_create_csv(...) at test-op_batch_create_csv.R:27:3 2. └─base::lapply(dyad_dirs, process_dyad) 3. └─duet (local) FUN(X[[i]], ...) 4. └─duet::op_create_csv(...) 5. └─duet (local) write_data(...) 6. ├─utils::write.csv(...) 7. │ └─base::eval.parent(Call) 8. │ └─base::eval(expr, p) 9. │ └─base::eval(expr, p) 10. └─utils::write.table(...) 11. └─base::file(file, ifelse(append, "a", "w")) [ FAIL 1 | WARN 12 | SKIP 3 | PASS 144 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc