CRAN Package Check Results for Package jackstraw

Last updated on 2023-10-01 10:57:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.8 3.91 52.78 56.69 OK
r-devel-linux-x86_64-debian-gcc 1.3.8 2.86 40.36 43.22 OK
r-devel-linux-x86_64-fedora-clang 1.3.8 68.98 OK
r-devel-linux-x86_64-fedora-gcc 1.3.8 76.20 OK
r-devel-windows-x86_64 1.3.8 5.00 62.00 67.00 OK
r-patched-linux-x86_64 1.3.8 4.20 49.65 53.85 OK
r-release-linux-x86_64 1.3.8 2.27 50.74 53.01 OK
r-release-macos-arm64 1.3.8 25.00 OK
r-release-macos-x86_64 1.3.8 35.00 OK
r-release-windows-x86_64 1.3.8 6.00 68.00 74.00 ERROR
r-oldrel-macos-arm64 1.3.8 22.00 OK
r-oldrel-macos-x86_64 1.3.8 33.00 OK
r-oldrel-windows-x86_64 1.3.8 7.00 67.00 74.00 OK

Check Details

Version: 1.3.8
Check: tests
Result: ERROR
     Running 'testthat.R' [13s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(jackstraw)
     >
     > test_check("jackstraw")
     [ FAIL 1 | WARN 13 | SKIP 0 | PASS 745 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-jackstraw.R:671:5'): jackstraw_pam works ───────────────────────
     Error in `solve.default(t(mod) %*% mod)`: Lapack routine dgesv: system is exactly singular: U[2,2] = 0
     Backtrace:
     ▆
     1. ├─testthat::expect_silent(...) at test-jackstraw.R:671:4
     2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ ├─withr::with_output_sink(...)
     5. │ │ │ └─base::force(code)
     6. │ │ ├─base::withCallingHandlers(...)
     7. │ │ └─base::withVisible(code)
     8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     9. └─jackstraw::jackstraw_pam(...)
     10. └─jackstraw:::FSTAT(...)
     11. └─jackstraw:::RSS(dat, model.alt)
     12. ├─base::solve(t(mod) %*% mod)
     13. └─base::solve.default(t(mod) %*% mod)
    
     [ FAIL 1 | WARN 13 | SKIP 0 | PASS 745 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64