Last updated on 2026-04-22 04:54:44 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.7 | 12.84 | 95.61 | 108.45 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.7 | 9.30 | 72.59 | 81.89 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.8 | 21.00 | 153.29 | 174.29 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.8 | 22.00 | 150.08 | 172.08 | OK | |
| r-devel-macos-arm64 | 0.1.8 | 3.00 | 28.00 | 31.00 | OK | |
| r-devel-windows-x86_64 | 0.1.7 | 13.00 | 95.00 | 108.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.7 | 11.49 | 94.24 | 105.73 | OK | |
| r-release-linux-x86_64 | 0.1.7 | 7.64 | 89.24 | 96.88 | ERROR | |
| r-release-macos-arm64 | 0.1.8 | OK | ||||
| r-release-macos-x86_64 | 0.1.8 | 9.00 | 91.00 | 100.00 | OK | |
| r-release-windows-x86_64 | 0.1.8 | 11.00 | 104.00 | 115.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.7 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.8 | 9.00 | 113.00 | 122.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.8 | 12.00 | 128.00 | 140.00 | OK |
Version: 0.1.7
Check: examples
Result: ERROR
Running examples in ‘cohorttools-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: boxesLx
> ### Title: Boxes plot summarizing Lexis object
> ### Aliases: boxesLx
>
> ### ** Examples
>
> library(DiagrammeR)
> library(survival)
> library(Epi)
> library(mstate)
Attaching package: ‘mstate’
The following objects are masked from ‘package:Epi’:
absorbing, paths
> data(ebmt3)
> bmt <- Lexis(exit = list(tft = rfstime/365.25),
+ exit.status = factor(rfsstat, labels = c("Tx", "RD")),
+ data = ebmt3)
NOTE: entry.status has been set to "Tx" for all.
NOTE: entry is assumed to be 0 on the tft timescale.
> bmtr <- cutLexis(bmt, cut = bmt$prtime/365.25, precursor.states = "Tx",
+ new.state = "PR")
>
> summary(bmtr)
Transitions:
To
From Tx PR RD Records: Events: Risk time: Persons:
Tx 577 1169 458 2204 1627 2439.43 2204
PR 0 786 383 1169 383 3173.03 1169
Sum 577 1955 841 3373 2010 5612.46 2204
> kk<-boxesLx(bmtr)
Error in lv.1$Transitions[1:lv.len, " Persons:"] :
subscript out of bounds
Calls: boxesLx
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.1.7
Check: examples
Result: ERROR
Running examples in 'cohorttools-Ex.R' failed
The error most likely occurred in:
> ### Name: boxesLx
> ### Title: Boxes plot summarizing Lexis object
> ### Aliases: boxesLx
>
> ### ** Examples
>
> library(DiagrammeR)
> library(survival)
> library(Epi)
> library(mstate)
Attaching package: 'mstate'
The following objects are masked from 'package:Epi':
absorbing, paths
> data(ebmt3)
> bmt <- Lexis(exit = list(tft = rfstime/365.25),
+ exit.status = factor(rfsstat, labels = c("Tx", "RD")),
+ data = ebmt3)
NOTE: entry.status has been set to "Tx" for all.
NOTE: entry is assumed to be 0 on the tft timescale.
> bmtr <- cutLexis(bmt, cut = bmt$prtime/365.25, precursor.states = "Tx",
+ new.state = "PR")
>
> summary(bmtr)
Transitions:
To
From Tx PR RD Records: Events: Risk time: Persons:
Tx 577 1169 458 2204 1627 2439.43 2204
PR 0 786 383 1169 383 3173.03 1169
Sum 577 1955 841 3373 2010 5612.46 2204
> kk<-boxesLx(bmtr)
Error in lv.1$Transitions[1:lv.len, " Persons:"] :
subscript out of bounds
Calls: boxesLx
Execution halted
Flavor: r-devel-windows-x86_64