CRAN Package Check Results for Package CauchyCP

Last updated on 2022-08-15 08:49:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 7.54 63.35 70.89 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 4.99 49.23 54.22 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 95.52 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 97.69 OK
r-devel-windows-x86_64 0.1.1 16.00 92.00 108.00 OK
r-patched-linux-x86_64 0.1.1 7.61 60.91 68.52 OK
r-release-linux-x86_64 0.1.1 6.42 61.89 68.31 OK
r-release-macos-arm64 0.1.1 26.00 OK
r-release-macos-x86_64 0.1.1 41.00 OK
r-release-windows-x86_64 0.1.1 16.00 111.00 127.00 OK
r-oldrel-macos-arm64 0.1.1 27.00 OK
r-oldrel-macos-x86_64 0.1.1 45.00 OK
r-oldrel-windows-ix86+x86_64 0.1.1 20.00 99.00 119.00 OK

Check Details

Version: 0.1.0
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 pvals[1] <- anova(fit0, fit1, test = "LRT")[2, "P(>|Chi|)"] :
     replacement has length zero
    Calls: CauchyCP
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang