Last updated on 2025-09-04 09:50:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 3.63 | 60.94 | 64.57 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 2.62 | 45.09 | 47.71 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 54.97 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 59.01 | ERROR | |||
r-devel-windows-x86_64 | 0.2.0 | 5.00 | 75.00 | 80.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 3.49 | 56.12 | 59.61 | 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 | 5.00 | 79.00 | 84.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 | 95.00 | 102.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/13s]
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-clang
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/7s]
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
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.