CRAN Package Check Results for Package prodlim

Last updated on 2024-10-13 15:49:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2024.06.25 17.23 88.68 105.91 OK
r-devel-linux-x86_64-debian-gcc 2024.06.25 12.22 60.84 73.06 OK
r-devel-linux-x86_64-fedora-clang 2024.06.25 178.51 OK
r-devel-linux-x86_64-fedora-gcc 2024.06.25 150.88 ERROR
r-devel-windows-x86_64 2024.06.25 25.00 105.00 130.00 OK
r-patched-linux-x86_64 2024.06.25 15.44 81.69 97.13 OK
r-release-linux-x86_64 2024.06.25 14.26 81.67 95.93 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 103.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 128.00 156.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