CRAN Package Check Results for Package elastes

Last updated on 2023-04-02 06:50:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.6 16.23 182.44 198.67 OK
r-devel-linux-x86_64-debian-gcc 0.1.6 9.42 135.91 145.33 OK
r-devel-linux-x86_64-fedora-clang 0.1.6 242.47 OK
r-devel-linux-x86_64-fedora-gcc 0.1.6 244.49 OK
r-devel-windows-x86_64 0.1.6 22.00 197.00 219.00 OK
r-patched-linux-x86_64 0.1.6 11.81 167.50 179.31 ERROR
r-release-linux-x86_64 0.1.6 13.17 171.52 184.69 OK
r-release-macos-arm64 0.1.6 61.00 OK
r-release-macos-x86_64 0.1.6 94.00 OK
r-release-windows-x86_64 0.1.6 38.00 205.00 243.00 OK
r-oldrel-macos-arm64 0.1.6 53.00 OK
r-oldrel-macos-x86_64 0.1.6 90.00 OK
r-oldrel-windows-ix86+x86_64 0.1.6 35.00 193.00 228.00 OK

Check Details

Version: 0.1.6
Check: tests
Result: ERROR
     Running ‘testthat.R’ [25s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(elastes)
     >
     > test_check("elastes")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 38 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-data_examples.R:21:3'): Test variance negative/inf in issue #8 example. ──
     `compute_elastic_shape_mean(data_curves, var_type = "zero")` threw an unexpected error.
     Message: system is computationally singular: reciprocal condition number = 8.36452e-18
     Class: simpleError/error/condition
     Backtrace:
     ▆
     1. ├─testthat::expect_error(...) at test-data_examples.R:21:2
     2. │ └─testthat:::expect_condition_matching(...)
     3. │ └─testthat:::quasi_capture(...)
     4. │ ├─testthat (local) .capture(...)
     5. │ │ └─base::withCallingHandlers(...)
     6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     7. └─elastes::compute_elastic_shape_mean(data_curves, var_type = "zero")
     8. └─elastes:::fit_mean(...)
     9. └─base::lapply(...)
     10. └─elastes (local) FUN(X[[i]], ...)
     11. └─elastes:::fit_alignment_proc2d(...)
     12. ├─base::solve(t(Conj(M)) %*% t(Conj(E0)) %*% E0 %*% M)
     13. └─base::solve.default(t(Conj(M)) %*% t(Conj(E0)) %*% E0 %*% M)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 38 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64