CRAN Package Check Results for Package cocoon

Last updated on 2025-09-01 23:49:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 3.46 60.72 64.18 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 2.51 45.31 47.82 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.0 101.14 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 107.04 OK
r-devel-windows-x86_64 0.2.0 6.00 85.00 91.00 OK
r-patched-linux-x86_64 0.2.0 4.17 55.60 59.77 OK
r-release-linux-x86_64 0.2.0 2.14 56.39 58.53 OK
r-release-macos-arm64 0.2.0 41.00 OK
r-release-macos-x86_64 0.2.0 72.00 OK
r-release-windows-x86_64 0.2.0 7.00 75.00 82.00 OK
r-oldrel-macos-arm64 0.2.0 44.00 OK
r-oldrel-macos-x86_64 0.2.0 75.00 OK
r-oldrel-windows-x86_64 0.2.0 7.00 97.00 104.00 OK

Check Details

Version: 0.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/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(cocoon) > > test_check("cocoon") [ FAIL 2 | WARN 0 | SKIP 1 | PASS 287 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-format_statvalues.R:64:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-format_stats_htest.R:128:3'): formatting t-tests works properly ── format_stats(test_ttest4) (`actual`) not equal to "_W_ = 40.5, _p_ = .495" (`expected`). `actual`: "_W_ = 40.5, _p_ = .510" `expected`: "_W_ = 40.5, _p_ = .495" Backtrace: ▆ 1. ├─base::suppressMessages(...) at test-format_stats_htest.R:128:3 2. │ └─base::withCallingHandlers(...) 3. └─testthat::expect_equal(format_stats(test_ttest4), "_W_ = 40.5, _p_ = .495") ── Failure ('test-format_stats_htest.R:129:3'): formatting t-tests works properly ── format_stats(test_ttest5) (`actual`) not equal to "_W_ = 40.5, _p_ = .323" (`expected`). `actual`: "_W_ = 40.5, _p_ = .330" `expected`: "_W_ = 40.5, _p_ = .323" Backtrace: ▆ 1. ├─base::suppressMessages(...) at test-format_stats_htest.R:129:3 2. │ └─base::withCallingHandlers(...) 3. └─testthat::expect_equal(format_stats(test_ttest5), "_W_ = 40.5, _p_ = .323") [ FAIL 2 | WARN 0 | SKIP 1 | PASS 287 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc