Last updated on 2020-12-04 00:48:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 9.74 | 58.89 | 68.63 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 6.48 | 44.30 | 50.78 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 89.37 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 79.71 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0.0 | 24.00 | 167.00 | 191.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 8.12 | 57.23 | 65.35 | OK | |
r-patched-solaris-x86 | 1.0.0 | 146.70 | OK | |||
r-release-linux-x86_64 | 1.0.0 | 7.70 | 56.85 | 64.55 | OK | |
r-release-macos-x86_64 | 1.0.0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0.0 | 19.00 | 156.00 | 175.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 18.00 | 110.00 | 128.00 | ERROR |
Version: 1.0.0
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'icrf-Ex.R' failed
The error most likely occurred in:
> ### Name: getTree.icrf
> ### Title: Extract a single tree from an icrf object
> ### Aliases: getTree.icrf getTree
>
> ### ** Examples
>
> library(survival) # for Surv()
> data(rat2)
> L = ifelse(rat2$tumor, 0, rat2$survtime)
> R = ifelse(rat2$tumor, rat2$survtime, Inf)
> # Note that this is a toy example. Use a larger ntree and nfold in practice.
> ## Don't show:
> set.seed(2)
> rats.icrf <-
+ icrf(Surv(L, R, type = "interval2") ~ dose.lvl + weight + male + cage.no,
+ data = rat2, ntree = 2, nfold = 2)
Error in icrf.default(m, L, R, ...) :
NA/NaN/Inf in foreign function call (arg 50)
Calls: icrf -> icrf.formula -> icrf.default
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64