CRAN Package Check Results for Package maraca

Last updated on 2023-09-01 07:55:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 3.35 39.77 43.12 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.0 2.51 29.75 32.26 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.0 51.36 ERROR
r-devel-linux-x86_64-fedora-gcc 0.5.0 65.28 ERROR
r-devel-windows-x86_64 0.5.0 5.00 58.00 63.00 ERROR
r-patched-linux-x86_64 0.5.0 2.19 37.23 39.42 ERROR
r-release-linux-x86_64 0.5.0 3.35 37.00 40.35 ERROR
r-release-macos-arm64 0.5.0 28.00 OK
r-release-macos-x86_64 0.5.0 55.00 OK
r-release-windows-x86_64 0.5.0 6.00 55.00 61.00 ERROR
r-oldrel-macos-arm64 0.5.0 26.00 OK
r-oldrel-macos-x86_64 0.5.0 37.00 OK
r-oldrel-windows-x86_64 0.5.0 6.00 55.00 61.00 ERROR

Check Details

Version: 0.5.0
Check: examples
Result: ERROR
    Running examples in ‘maraca-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: plot.hce
    > ### Title: Generic function to plot the hce object using plot().
    > ### Aliases: plot.hce
    >
    > ### ** Examples
    >
    > set.seed(31337)
    > Rates_A <- c(1.72, 1.74, 0.58, 1.5, 1)
    > Rates_P <- c(2.47, 2.24, 2.9, 4, 6)
    > HCE <- hce::simHCE(n = 2500, TTE_A = Rates_A, TTE_P = Rates_P,
    + CM_A = -3, CM_P = -6, CSD_A = 16, CSD_P = 15, fixedfy = 3)
    > plot(HCE)
    Error in plot.hce(HCE) :
     Assertion on 'names(x)' failed: Names must include the elements {'TTEfixed'}, but is missing elements {'TTEfixed'}.
    Calls: plot -> plot.hce -> <Anonymous> -> makeAssertion -> mstop
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.5.0
Check: examples
Result: ERROR
    Running examples in ‘maraca-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: plot.hce
    > ### Title: Generic function to plot the hce object using plot().
    > ### Aliases: plot.hce
    >
    > ### ** Examples
    >
    > set.seed(31337)
    > Rates_A <- c(1.72, 1.74, 0.58, 1.5, 1)
    > Rates_P <- c(2.47, 2.24, 2.9, 4, 6)
    > HCE <- hce::simHCE(n = 2500, TTE_A = Rates_A, TTE_P = Rates_P,
    + CM_A = -3, CM_P = -6, CSD_A = 16, CSD_P = 15, fixedfy = 3)
    > plot(HCE)
    Error in plot.hce(HCE) :
     Assertion on 'names(x)' failed: Names must include the elements {'TTEfixed'}, but is missing elements {'TTEfixed'}.
    Calls: plot -> plot.hce -> <Anonymous> -> makeAssertion -> mstop
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64