Last updated on 2025-12-19 14:50:31 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2025.07.24 | 14.10 | 113.57 | 127.67 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2025.07.24 | 8.61 | 79.43 | 88.04 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2025.07.24 | 21.00 | 163.74 | 184.74 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2025.07.24 | 20.00 | 154.93 | 174.93 | ERROR | |
| r-devel-windows-x86_64 | 2025.07.24 | 14.00 | 136.00 | 150.00 | OK | |
| r-patched-linux-x86_64 | 2025.07.24 | 13.97 | 103.70 | 117.67 | OK | |
| r-release-linux-x86_64 | 2025.07.24 | 11.76 | 102.88 | 114.64 | OK | |
| r-release-macos-arm64 | 2025.07.24 | OK | ||||
| r-release-macos-x86_64 | 2025.07.24 | 8.00 | 93.00 | 101.00 | OK | |
| r-release-windows-x86_64 | 2025.07.24 | 16.00 | 125.00 | 141.00 | OK | |
| r-oldrel-macos-arm64 | 2025.07.24 | OK | ||||
| r-oldrel-macos-x86_64 | 2025.07.24 | 8.00 | 137.00 | 145.00 | OK | |
| r-oldrel-windows-x86_64 | 2025.07.24 | 20.00 | 158.00 | 178.00 | OK |
Version: 2025.07.24
Check: examples
Result: ERROR
Running examples in ‘Publish-Ex.R’ failed
The error most likely occurred in:
> ### Name: publish.Score
> ### Title: Publish predictive accuracy results
> ### Aliases: publish.Score
>
> ### ** Examples
>
> if (requireNamespace("riskRegression",quietly=TRUE)){
+ library(riskRegression)
+ library(survival)
+ learn = sampleData(100)
+ val= sampleData(100)
+ f1=CSC(Hist(time,event)~X1+X8,data=learn)
+ f2=CSC(Hist(time,event)~X1+X5+X6+X8,learn)
+ xs=Score(list(f1,f2),data=val,formula=Hist(time,event)~1)
+ publish(xs)
+ }
riskRegression version 2025.09.17
Error in `[.data.table`(DT, , `:=`(IC0, residuals - mean(residuals)), :
attempt access index 11/11 in VECTOR_ELT
Calls: Score ... do.call -> Brier.competing.risks -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc