CRAN Package Check Results for Package Keng

Last updated on 2025-09-26 20:48:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2025.9.1 2.20 962.23 964.43 ERROR
r-devel-linux-x86_64-debian-gcc 2025.9.1 1.72 38.93 40.65 OK
r-devel-linux-x86_64-fedora-clang 2025.9.1 80.89 OK
r-devel-linux-x86_64-fedora-gcc 2025.9.1 93.28 OK
r-devel-windows-x86_64 2025.9.1 4.00 67.00 71.00 OK
r-patched-linux-x86_64 2025.9.1 2.61 46.69 49.30 OK
r-release-linux-x86_64 2025.9.1 1.77 46.61 48.38 OK
r-release-macos-arm64 2025.9.1 39.00 OK
r-release-macos-x86_64 2025.9.1 106.00 OK
r-release-windows-x86_64 2025.9.1 4.00 68.00 72.00 OK
r-oldrel-macos-arm64 2025.9.1 56.00 OK
r-oldrel-macos-x86_64 2025.9.1 107.00 OK
r-oldrel-windows-x86_64 2025.9.1 3.00 78.00 81.00 OK

Check Details

Version: 2025.9.1
Check: tests
Result: ERROR Running ‘testthat.R’ [15m/20m] 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 73 ] ══ 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`: 1443636.0 `expected`: 1443641.0 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 73 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang