Last updated on 2025-11-14 09:50:12 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.3 | 3.97 | 24.69 | 28.66 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.3 | 3.46 | 20.26 | 23.72 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.3 | 16.00 | 29.54 | 45.54 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.3 | 14.00 | 28.83 | 42.83 | OK | |
| r-devel-windows-x86_64 | 1.1.3 | 9.00 | 45.00 | 54.00 | OK | |
| r-patched-linux-x86_64 | 1.1.3 | 3.89 | 23.54 | 27.43 | OK | |
| r-release-linux-x86_64 | 1.1.3 | 3.88 | 23.70 | 27.58 | OK | |
| r-release-macos-arm64 | 1.1.3 | 3.00 | 18.00 | 21.00 | OK | |
| r-release-macos-x86_64 | 1.1.3 | 5.00 | 26.00 | 31.00 | OK | |
| r-release-windows-x86_64 | 1.1.3 | 9.00 | 49.00 | 58.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.3 | 3.00 | 15.00 | 18.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.3 | 4.00 | 22.00 | 26.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.3 | 9.00 | 53.00 | 62.00 | OK |
Version: 1.1.3
Check: tests
Result: ERROR
Running ‘debug.R’
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (require(testthat)) {
+ library(pyinit)
+ test_check("pyinit")
+ } else {
+ warning("'pyinit' requires 'testthat' for tests.")
+ }
Loading required package: testthat
Saving _problems/test-exact_fit-41.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-exact_fit.R:41:5'): Rank-deficient problems ────────────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `expect_known_hash(round(res$coefficients[, obj_order], 4), "30f3b173bb32999ace3f3072ed")`: The package "digest" is required.
Backtrace:
▆
1. └─testthat::expect_known_hash(...) at test-exact_fit.R:41:5
2. └─rlang::check_installed("digest")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang