Last updated on 2024-11-13 06:51:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2024.06.25 | 18.10 | 88.88 | 106.98 | OK | |
r-devel-linux-x86_64-debian-gcc | 2024.06.25 | 11.95 | 59.26 | 71.21 | OK | |
r-devel-linux-x86_64-fedora-clang | 2024.06.25 | 180.57 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2024.06.25 | 150.49 | ERROR | |||
r-devel-windows-x86_64 | 2024.06.25 | 24.00 | 104.00 | 128.00 | OK | |
r-patched-linux-x86_64 | 2024.06.25 | 16.57 | 83.68 | 100.25 | OK | |
r-release-linux-x86_64 | 2024.06.25 | 16.28 | 81.90 | 98.18 | OK | |
r-release-macos-arm64 | 2024.06.25 | 49.00 | OK | |||
r-release-macos-x86_64 | 2024.06.25 | 119.00 | OK | |||
r-release-windows-x86_64 | 2024.06.25 | 26.00 | 104.00 | 130.00 | OK | |
r-oldrel-macos-arm64 | 2024.06.25 | 56.00 | OK | |||
r-oldrel-macos-x86_64 | 2024.06.25 | 85.00 | OK | |||
r-oldrel-windows-x86_64 | 2024.06.25 | 29.00 | 127.00 | 156.00 | OK |
Version: 2024.06.25
Check: examples
Result: ERROR
Running examples in ‘prodlim-Ex.R’ failed
The error most likely occurred in:
> ### Name: Hist
> ### Title: Create an event history object
> ### Aliases: Hist
> ### Keywords: survival
>
> ### ** Examples
>
>
>
> ## Right censored responses of a two state model
> ## ---------------------------------------------
>
> Hist(time=1:10,event=c(0,1,0,0,0,1,0,1,0,0))
Right-censored response of a survival model
No.Observations: 10
Pattern:
Freq
event 3
right.censored 7
>
> ## change the code for events and censored observations
>
> Hist(time=1:10,event=c(99,"event",99,99,99,"event",99,"event",99,99),cens.code=99)
Right-censored response of a survival model
No.Observations: 10
Pattern:
Freq
event 3
right.censored 7
>
> TwoStateFrame <- SimSurv(10)
Error in cbind(idxM, pidxM) : cannot get data pointer of 'NULL' objects
Calls: SimSurv ... exogenous<- -> exogenous<-.lvm -> reindex -> mat.lvm -> cbind
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc