Last updated on 2024-11-21 19:52:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2024.06.25 | 16.32 | 86.68 | 103.00 | OK | |
r-devel-linux-x86_64-debian-gcc | 2024.06.25 | 12.32 | 58.99 | 71.31 | OK | |
r-devel-linux-x86_64-fedora-clang | 2024.06.25 | 180.57 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2024.06.25 | 147.32 | ERROR | |||
r-devel-windows-x86_64 | 2024.06.25 | 25.00 | 104.00 | 129.00 | OK | |
r-patched-linux-x86_64 | 2024.06.25 | 16.20 | 82.44 | 98.64 | 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 | 31.00 | 124.00 | 155.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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.