Last updated on 2026-06-18 01:52:53 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 50.90 | 192.85 | 243.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 39.58 | 129.63 | 169.21 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 82.00 | 300.47 | 382.47 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 85.00 | 295.70 | 380.70 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 56.00 | 212.00 | 268.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 50.50 | 181.28 | 231.78 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 49.51 | 180.06 | 229.57 | OK | |
| r-release-macos-arm64 | 1.0.1 | 19.00 | 51.00 | 70.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 40.00 | 238.00 | 278.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 54.00 | 212.00 | 266.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 39.00 | 362.00 | 401.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 69.00 | 283.00 | 352.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [69s]
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(NeEDS4BigData)
>
> test_check("NeEDS4BigData")
ERROR : 45 system is computationally singular: reciprocal condition number = 3.09349e-18
Saving _problems/test-modelRobustLogSub-36.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 338 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-modelRobustLogSub.R:30:1'): (code run outside of `test_that()`) ──
Error in `modelRobustLogSub(r0 = r0, rf = rf, Y = as.matrix(Original_Data[, colnames(Original_Data) %in% c("Y")]), X = as.matrix(Original_Data[, -1]), N = nrow(Original_Data), Apriori_probs = rep(1/length(All_Models), length(All_Models)), All_Combinations = All_Models, All_Covariates = colnames(Original_Data)[-1])`: There are NA or NaN values in the model parameters
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-modelRobustLogSub.R:30:1
2. │ └─base::withCallingHandlers(...)
3. ├─base::suppressWarnings(...)
4. │ └─base::withCallingHandlers(...)
5. └─NeEDS4BigData::modelRobustLogSub(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 338 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64