Last updated on 2026-06-29 13:49:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 3.26 | 68.12 | 71.38 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 2.28 | 49.92 | 52.20 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 6.00 | 135.22 | 141.22 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 6.00 | 159.60 | 165.60 | OK | |
| r-devel-windows-x86_64 | 0.3.1 | 12.00 | 109.00 | 121.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 3.68 | 62.56 | 66.24 | OK | |
| r-release-linux-x86_64 | 0.3.0 | OK | ||||
| r-release-macos-arm64 | 0.3.1 | 1.00 | 24.00 | 25.00 | OK | |
| r-release-macos-x86_64 | 0.3.1 | 3.00 | 129.00 | 132.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 5.00 | 84.00 | 89.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | 1.00 | 28.00 | 29.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.3.1 | 3.00 | 76.00 | 79.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.3.1 | 7.00 | 104.00 | 111.00 | ERROR |
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/17s]
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")
Saving _problems/test-format_stats_htest-270.R
[ FAIL 1 | WARN 42 | SKIP 1 | PASS 305 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-format_statvalues.R:94:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-format_stats_htest.R:267:3'): formatting t-tests works properly ──
Expected `format_stats(test_ttest3)` to equal "_V_ = 27.0, _p_ = .634".
Differences:
`actual`: "_V_ = 32.0, _p_ = .645"
`expected`: "_V_ = 27.0, _p_ = .634"
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-format_stats_htest.R:267:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_equal(format_stats(test_ttest3), "_V_ = 27.0, _p_ = .634")
[ FAIL 1 | WARN 42 | SKIP 1 | PASS 305 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/11s]
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")
Saving _problems/test-format_stats_htest-270.R
[ FAIL 1 | WARN 42 | SKIP 1 | PASS 305 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-format_statvalues.R:94:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-format_stats_htest.R:267:3'): formatting t-tests works properly ──
Expected `format_stats(test_ttest3)` to equal "_V_ = 27.0, _p_ = .634".
Differences:
`actual`: "_V_ = 32.0, _p_ = .645"
`expected`: "_V_ = 27.0, _p_ = .634"
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-format_stats_htest.R:267:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_equal(format_stats(test_ttest3), "_V_ = 27.0, _p_ = .634")
[ FAIL 1 | WARN 42 | SKIP 1 | PASS 305 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/3s]
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")
Saving _problems/test-format_stats_htest-270.R
Saving _problems/test-format_stats_htest-274.R
Saving _problems/test-format_stats_htest-278.R
[ FAIL 3 | WARN 42 | SKIP 1 | PASS 303 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-format_statvalues.R:94:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-format_stats_htest.R:267:3'): formatting t-tests works properly ──
Expected `format_stats(test_ttest3)` to equal "_V_ = 32.0, _p_ = .664".
Differences:
`actual`: "_V_ = 27.0, _p_ = .634"
`expected`: "_V_ = 32.0, _p_ = .664"
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-format_stats_htest.R:267:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_equal(format_stats(test_ttest3), "_V_ = 32.0, _p_ = .664")
── Failure ('test-format_stats_htest.R:271:3'): formatting t-tests works properly ──
Expected `format_stats(test_ttest4)` to equal "_W_ = 40.5, _p_ = .510".
Differences:
`actual`: "_W_ = 40.5, _p_ = .495"
`expected`: "_W_ = 40.5, _p_ = .510"
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-format_stats_htest.R:271:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_equal(format_stats(test_ttest4), "_W_ = 40.5, _p_ = .510")
── Failure ('test-format_stats_htest.R:275:3'): formatting t-tests works properly ──
Expected `format_stats(test_ttest5)` to equal "_W_ = 40.5, _p_ = .330".
Differences:
`actual`: "_W_ = 40.5, _p_ = .323"
`expected`: "_W_ = 40.5, _p_ = .330"
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-format_stats_htest.R:275:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_equal(format_stats(test_ttest5), "_W_ = 40.5, _p_ = .330")
[ FAIL 3 | WARN 42 | SKIP 1 | PASS 303 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/10s]
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")
Saving _problems/test-format_stats_htest-270.R
Saving _problems/test-format_stats_htest-274.R
Saving _problems/test-format_stats_htest-278.R
[ FAIL 3 | WARN 42 | SKIP 1 | PASS 303 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-format_statvalues.R:94:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-format_stats_htest.R:267:3'): formatting t-tests works properly ──
Expected `format_stats(test_ttest3)` to equal "_V_ = 32.0, _p_ = .664".
Differences:
`actual`: "_V_ = 27.0, _p_ = .634"
`expected`: "_V_ = 32.0, _p_ = .664"
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-format_stats_htest.R:267:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_equal(format_stats(test_ttest3), "_V_ = 32.0, _p_ = .664")
── Failure ('test-format_stats_htest.R:271:3'): formatting t-tests works properly ──
Expected `format_stats(test_ttest4)` to equal "_W_ = 40.5, _p_ = .510".
Differences:
`actual`: "_W_ = 40.5, _p_ = .495"
`expected`: "_W_ = 40.5, _p_ = .510"
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-format_stats_htest.R:271:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_equal(format_stats(test_ttest4), "_W_ = 40.5, _p_ = .510")
── Failure ('test-format_stats_htest.R:275:3'): formatting t-tests works properly ──
Expected `format_stats(test_ttest5)` to equal "_W_ = 40.5, _p_ = .330".
Differences:
`actual`: "_W_ = 40.5, _p_ = .323"
`expected`: "_W_ = 40.5, _p_ = .330"
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-format_stats_htest.R:275:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_equal(format_stats(test_ttest5), "_W_ = 40.5, _p_ = .330")
[ FAIL 3 | WARN 42 | SKIP 1 | PASS 303 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [14s]
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")
Saving _problems/test-format_stats_htest-270.R
Saving _problems/test-format_stats_htest-274.R
Saving _problems/test-format_stats_htest-278.R
[ FAIL 3 | WARN 42 | SKIP 1 | PASS 303 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-format_statvalues.R:94:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-format_stats_htest.R:267:3'): formatting t-tests works properly ──
Expected `format_stats(test_ttest3)` to equal "_V_ = 32.0, _p_ = .664".
Differences:
`actual`: "_V_ = 27.0, _p_ = .634"
`expected`: "_V_ = 32.0, _p_ = .664"
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-format_stats_htest.R:267:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_equal(format_stats(test_ttest3), "_V_ = 32.0, _p_ = .664")
── Failure ('test-format_stats_htest.R:271:3'): formatting t-tests works properly ──
Expected `format_stats(test_ttest4)` to equal "_W_ = 40.5, _p_ = .510".
Differences:
`actual`: "_W_ = 40.5, _p_ = .495"
`expected`: "_W_ = 40.5, _p_ = .510"
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-format_stats_htest.R:271:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_equal(format_stats(test_ttest4), "_W_ = 40.5, _p_ = .510")
── Failure ('test-format_stats_htest.R:275:3'): formatting t-tests works properly ──
Expected `format_stats(test_ttest5)` to equal "_W_ = 40.5, _p_ = .330".
Differences:
`actual`: "_W_ = 40.5, _p_ = .323"
`expected`: "_W_ = 40.5, _p_ = .330"
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-format_stats_htest.R:275:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_equal(format_stats(test_ttest5), "_W_ = 40.5, _p_ = .330")
[ FAIL 3 | WARN 42 | SKIP 1 | PASS 303 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64