CRAN Package Check Results for Package EstimationTools

Last updated on 2023-01-25 04:51:36 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.0.0 12.97 307.80 320.77 OK
r-devel-linux-x86_64-debian-gcc 4.0.0 9.88 224.38 234.26 OK
r-devel-linux-x86_64-fedora-clang 4.0.0 396.12 OK
r-devel-linux-x86_64-fedora-gcc 4.0.0 418.52 OK
r-devel-windows-x86_64 4.0.0 97.00 363.00 460.00 OK
r-patched-linux-x86_64 4.0.0 20.01 278.95 298.96 OK
r-release-linux-x86_64 4.0.0 13.25 273.37 286.62 OK
r-release-macos-arm64 4.0.0 111.00 OK
r-release-macos-x86_64 4.0.0 131.00 OK
r-release-windows-x86_64 4.0.0 116.00 357.00 473.00 OK
r-oldrel-macos-arm64 4.0.0 88.00 ERROR
r-oldrel-macos-x86_64 4.0.0 129.00 ERROR
r-oldrel-windows-ix86+x86_64 4.0.0 9.00 29.00 38.00 ERROR

Check Details

Version: 4.0.0
Check: examples
Result: ERROR
    Running examples in ‘EstimationTools-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: legend.HazardShape
    > ### Title: Customize legend for 'plot.HazardShape' outputs
    > ### Aliases: legend.HazardShape
    >
    > ### ** Examples
    >
    > library(EstimationTools)
    >
    > data("reduction_cells")
    > TTT_IG <- TTTE_Analytical(Surv(days, status) ~ 1, data = reduction_cells,
    + method = 'censored')
    > HS_IG <- TTT_hazard_shape(TTT_IG, data = reduction_cells)
    >
    > #----------------------------------------------------------------------------
    > # Example 1: put legend to the TTT plot of the reduction cells data set.
    >
    > # Run `plot.HazardShape` method.
    > par(
    + cex.lab=1.8,
    + cex.axis=1.8,
    + mar=c(4.8,5.4,1,1),
    + las = 1,
    + mgp=c(3.4,1,0)
    + )
    > plot(HS_IG, pch = 16, cex = 1.8)
    >
    > # Finally, put the legend
    > legend.HazardShape(
    + x = "bottomright",
    + box.lwd = NA,
    + cex = 1.8,
    + pt.cex = 1.8,
    + bty = 'n',
    + pch = c(16, NA)
    + )
    Error in legend(x, y, legend, fill, col, border, lty, lwd, pch, angle, :
     unused arguments (title.font, seg.len)
    Calls: legend.HazardShape
    Execution halted
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 4.0.0
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64