Last updated on 2024-11-13 03:50:20 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.1 | 4.61 | 219.12 | 223.73 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.1 | 3.59 | 123.54 | 127.13 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.1 | 377.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.1 | 239.69 | ERROR | |||
r-devel-windows-x86_64 | 0.9.1 | 5.00 | 179.00 | 184.00 | OK | |
r-patched-linux-x86_64 | 0.9.1 | 4.57 | 195.72 | 200.29 | OK | |
r-release-linux-x86_64 | 0.9.1 | 5.08 | 193.20 | 198.28 | 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 | 181.00 | 186.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 | 209.00 | 214.00 | OK |
Version: 0.9.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [183s/193s]
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