Last updated on 2025-06-22 00:49:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2024.12.15 | 2.05 | 69.88 | 71.93 | OK | |
r-devel-linux-x86_64-debian-gcc | 2024.12.15 | 1.32 | 29.30 | 30.62 | OK | |
r-devel-linux-x86_64-fedora-clang | 2024.12.15 | 62.14 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2024.12.15 | 79.40 | OK | |||
r-devel-windows-x86_64 | 2024.12.15 | 5.00 | 57.00 | 62.00 | OK | |
r-patched-linux-x86_64 | 2024.12.15 | 2.07 | 33.19 | 35.26 | OK | |
r-release-linux-x86_64 | 2024.12.15 | 2.00 | 244.44 | 246.44 | ERROR | |
r-release-macos-arm64 | 2024.12.15 | 31.00 | OK | |||
r-release-macos-x86_64 | 2024.12.15 | 64.00 | OK | |||
r-release-windows-x86_64 | 2024.12.15 | 4.00 | 58.00 | 62.00 | OK | |
r-oldrel-macos-arm64 | 2024.12.15 | 46.00 | OK | |||
r-oldrel-macos-x86_64 | 2024.12.15 | 84.00 | OK | |||
r-oldrel-windows-x86_64 | 2024.12.15 | 4.00 | 64.00 | 68.00 | OK |
Version: 2024.12.15
Check: tests
Result: ERROR
Running ‘testthat.R’ [213s/267s]
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(Keng)
>
> test_check("Keng")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 69 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-power_r.R:4:3'): power_r ─────────────────────────────────────
power_lm(r^2, 1, 2)$minimum$n_i (`actual`) not equal to power_r(r)$minimum$n_i (`expected`).
`actual`: 388564.0
`expected`: 388565.0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 69 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64