CRAN Package Check Results for Package prodlim

Last updated on 2024-10-19 12:50:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2024.06.25 17.07 88.61 105.68 OK
r-devel-linux-x86_64-debian-gcc 2024.06.25 11.85 60.50 72.35 OK
r-devel-linux-x86_64-fedora-clang 2024.06.25 176.03 OK
r-devel-linux-x86_64-fedora-gcc 2024.06.25 150.88 ERROR
r-devel-windows-x86_64 2024.06.25 27.00 108.00 135.00 OK
r-patched-linux-x86_64 2024.06.25 16.53 81.92 98.45 OK
r-release-linux-x86_64 2024.06.25 13.85 80.96 94.81 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 27.00 112.00 139.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 30.00 127.00 157.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