Last updated on 2024-12-18 19:49:10 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 5.29 | 49.96 | 55.25 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 4.57 | 38.83 | 43.40 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 91.97 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 88.83 | ERROR | |||
r-devel-windows-x86_64 | 0.1.1 | 7.00 | 70.00 | 77.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 4.92 | 47.17 | 52.09 | OK | |
r-release-linux-x86_64 | 0.1.1 | 5.34 | 47.25 | 52.59 | OK | |
r-release-macos-arm64 | 0.1.1 | 30.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 57.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 6.00 | 87.00 | 93.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 33.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 50.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 7.00 | 77.00 | 84.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘CauchyCP-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: CauchyCP
> ### Title: A robust test under non-proportional hazards using Cauchy
> ### combination of change-point Cox regressions.
> ### Aliases: CauchyCP
>
> ### ** Examples
>
> data(gast)
> CauchyCP(time=gast$time, status=gast$status, x=gast$trt)
Error in anova.coxphlist(object, test = test) :
models do not have the same strata
Calls: CauchyCP -> anova -> anova.coxph -> anova.coxphlist
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘CauchyCP-Ex.R’ failed
The error most likely occurred in:
> ### Name: CauchyCP
> ### Title: A robust test under non-proportional hazards using Cauchy
> ### combination of change-point Cox regressions.
> ### Aliases: CauchyCP
>
> ### ** Examples
>
> data(gast)
> CauchyCP(time=gast$time, status=gast$status, x=gast$trt)
Error in anova.coxphlist(object, test = test) :
models do not have the same strata
Calls: CauchyCP -> anova -> anova.coxph -> anova.coxphlist
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc