CRAN Package Check Results for Package prodlim

Last updated on 2024-11-04 04:49:46 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2024.06.25 17.62 87.86 105.48 OK
r-devel-linux-x86_64-debian-gcc 2024.06.25 11.80 59.39 71.19 OK
r-devel-linux-x86_64-fedora-clang 2024.06.25 172.08 OK
r-devel-linux-x86_64-fedora-gcc 2024.06.25 166.43 ERROR
r-devel-windows-x86_64 2024.06.25 26.00 101.00 127.00 OK
r-patched-linux-x86_64 2024.06.25 17.06 81.73 98.79 OK
r-release-linux-x86_64 2024.06.25 14.58 81.81 96.39 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 24.00 105.00 129.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 28.00 130.00 158.00 OK

Check Details

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