CRAN Package Check Results for Package reReg

Last updated on 2023-09-24 00:56:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.6 61.22 162.73 223.95 OK
r-devel-linux-x86_64-debian-gcc 1.4.6 48.61 117.81 166.42 OK
r-devel-linux-x86_64-fedora-clang 1.4.6 285.48 OK
r-devel-linux-x86_64-fedora-gcc 1.4.6 296.03 OK
r-devel-windows-x86_64 1.4.6 48.00 143.00 191.00 OK
r-patched-linux-x86_64 1.4.5 57.75 137.33 195.08 ERROR
r-release-linux-x86_64 1.4.6 48.49 154.48 202.97 OK
r-release-macos-arm64 1.4.5 69.00 NOTE
r-release-macos-x86_64 1.4.6 182.00 OK
r-release-windows-x86_64 1.4.6 66.00 170.00 236.00 OK
r-oldrel-macos-arm64 1.4.5 64.00 OK
r-oldrel-macos-x86_64 1.4.6 100.00 OK
r-oldrel-windows-x86_64 1.4.6 45.00 147.00 192.00 OK

Check Details

Version: 1.4.5
Check: C++ specification
Result: NOTE
     Specified C++11: please drop specification unless essential
Flavors: r-patched-linux-x86_64, r-release-macos-arm64

Version: 1.4.5
Check: examples
Result: ERROR
    Running examples in ‘reReg-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: plot.reReg
    > ### Title: Plot the Baseline Cumulative Rate Function and the Baseline
    > ### Cumulative Hazard Function
    > ### Aliases: plot.reReg
    > ### Keywords: Plots
    >
    > ### ** Examples
    >
    > data(simDat)
    > fm <- Recur(t.start %to% t.stop, id, event, status) ~ x1 + x2
    >
    > fit <- reReg(fm, data = simDat, B = 0)
    > plot(fit)
    > plot(fit, xlab = "Time (days)", smooth = TRUE)
    >
    > ## Predicted cumulative rate and hazard given covariates
    > newdata <- expand.grid(x1 = 0:1, x2 = mean(simDat$x2))
    > plot(fit, newdata = newdata, showName = TRUE)
    Error in get(method[[1]]) : object 'last.bumpup' not found
    Calls: <Anonymous> ... drawDetails -> drawDetails.dlgrob -> apply.method -> get
    Execution halted
Flavor: r-patched-linux-x86_64