Last updated on 2025-11-16 04:48:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.3 | 3.86 | 24.80 | 28.66 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.3 | 3.28 | 20.28 | 23.56 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.3 | 12.00 | 33.64 | 45.64 | 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 | 12.00 | 45.00 | 57.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 | 4.01 | 23.74 | 27.75 | ERROR | |
| 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 | 12.00 | 52.00 | 64.00 | OK |
Version: 1.1.3
Check: tests
Result: ERROR
Running ‘debug.R’ [0s/0s]
Running ‘testthat.R’ [1s/1s]
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-debian-gcc
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
Version: 1.1.3
Check: tests
Result: ERROR
Running ‘debug.R’ [0s/1s]
Running ‘testthat.R’ [1s/1s]
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-release-linux-x86_64