The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Last updated on 2026-08-24 23:50:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 3.10 | 71.03 | 74.13 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 2.51 | 52.20 | 54.71 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 49.09 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 53.93 | OK | |||
| r-devel-windows-x86_64 | 0.3.1 | 7.00 | 97.00 | 104.00 | OK | |
| r-patched-linux-x86_64 | 0.3.1 | 4.06 | 65.20 | 69.26 | OK | |
| r-release-linux-x86_64 | 0.3.1 | 3.39 | 65.97 | 69.36 | 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.1 | 6.00 | 92.00 | 98.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | 1.00 | 27.00 | 28.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.3.1 | 3.00 | 111.00 | 114.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.3.1 | 7.00 | 112.00 | 119.00 | ERROR |
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/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-macos-x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [16s]
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
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.