Last updated on 2024-11-04 18:49:55 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.1 | 5.48 | 219.46 | 224.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.1 | 3.94 | 124.74 | 128.68 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.1 | 373.46 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.1 | 348.90 | ERROR | |||
r-devel-windows-x86_64 | 0.9.1 | 7.00 | 175.00 | 182.00 | OK | |
r-patched-linux-x86_64 | 0.9.1 | 4.73 | 195.61 | 200.34 | OK | |
r-release-linux-x86_64 | 0.9.1 | 5.04 | 194.89 | 199.93 | OK | |
r-release-macos-arm64 | 0.9.1 | 88.00 | OK | |||
r-release-macos-x86_64 | 0.9.1 | 253.00 | OK | |||
r-release-windows-x86_64 | 0.9.1 | 5.00 | 183.00 | 188.00 | OK | |
r-oldrel-macos-arm64 | 0.9.1 | 76.00 | OK | |||
r-oldrel-macos-x86_64 | 0.9.1 | 207.00 | OK | |||
r-oldrel-windows-x86_64 | 0.9.1 | 5.00 | 216.00 | 221.00 | OK |
Version: 0.9.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [288s/545s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(timeEL)
>
> test_check("timeEL")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 29 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-KMwithSE.R:32:5'): Check the internal Greenwood variance computation of KM against that of prodlim ──
Error in `cbind(idxM, pidxM)`: cannot get data pointer of 'NULL' objects
Backtrace:
▆
1. └─prodlim::SimSurv(3000) at test-KMwithSE.R:32:5
2. └─prodlim::survModel()
3. └─lava::lvm(~eventtime + censtime)
4. ├─lava::`regression<-`(`*tmp*`, messages = messages, value = myvar)
5. └─lava:::`regression<-.lvm`(`*tmp*`, messages = messages, value = myvar)
6. └─lava::procformula(object, value, ...)
7. ├─lava::`exogenous<-`(...)
8. └─lava:::`exogenous<-.lvm`(...)
9. └─lava::reindex(x)
10. └─lava:::mat.lvm(x, res)
11. └─base::cbind(idxM, pidxM)
── Error ('test-KaplanMeier.R:89:5'): Compare to km.ci results ─────────────────
Error in `cbind(idxM, pidxM)`: cannot get data pointer of 'NULL' objects
Backtrace:
▆
1. └─prodlim::SimSurv(50) at test-KaplanMeier.R:89:5
2. └─prodlim::survModel()
3. └─lava::lvm(~eventtime + censtime)
4. ├─lava::`regression<-`(`*tmp*`, messages = messages, value = myvar)
5. └─lava:::`regression<-.lvm`(`*tmp*`, messages = messages, value = myvar)
6. └─lava::procformula(object, value, ...)
7. ├─lava::`exogenous<-`(...)
8. └─lava:::`exogenous<-.lvm`(...)
9. └─lava::reindex(x)
10. └─lava:::mat.lvm(x, res)
11. └─base::cbind(idxM, pidxM)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 29 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc