Last updated on 2025-03-31 12:52:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2024.12.15 | 2.25 | 34.56 | 36.81 | OK | |
r-devel-linux-x86_64-debian-gcc | 2024.12.15 | 1.59 | 26.23 | 27.82 | OK | |
r-devel-linux-x86_64-fedora-clang | 2024.12.15 | 62.30 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2024.12.15 | 77.52 | OK | |||
r-devel-macos-arm64 | 2024.12.15 | 33.00 | OK | |||
r-devel-macos-x86_64 | 2024.12.15 | 64.00 | OK | |||
r-devel-windows-x86_64 | 2024.12.15 | 3.00 | 58.00 | 61.00 | OK | |
r-patched-linux-x86_64 | 2024.12.15 | 2.00 | 34.26 | 36.26 | OK | |
r-release-linux-x86_64 | 2024.12.15 | 2.05 | 33.30 | 35.35 | OK | |
r-release-macos-arm64 | 2024.12.15 | 46.00 | OK | |||
r-release-macos-x86_64 | 2024.12.15 | 84.00 | OK | |||
r-release-windows-x86_64 | 2024.12.15 | 3.00 | 60.00 | 63.00 | OK | |
r-oldrel-macos-arm64 | 2024.12.15 | OK | ||||
r-oldrel-macos-x86_64 | 2024.12.15 | 81.00 | OK | |||
r-oldrel-windows-x86_64 | 2024.12.15 | 4.00 | 909.00 | 913.00 | ERROR |
Version: 2024.12.15
Check: tests
Result: ERROR
Running 'testthat.R' [14m]
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`: 1346286.0
`expected`: 1346291.0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 69 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64