CRAN Package Check Results for Package jmdl

Last updated on 2021-02-05 15:54:13 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 5.81 50.69 56.50 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 4.06 26.00 30.06 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 76.03 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 64.96 OK
r-devel-windows-ix86+x86_64 0.3.0 14.00 50.00 64.00 OK
r-patched-linux-x86_64 0.3.0 5.12 49.31 54.43 OK
r-patched-solaris-x86 0.3.0 86.00 OK
r-release-linux-x86_64 0.3.0 5.47 49.15 54.62 OK
r-release-macos-x86_64 0.3.0 OK
r-release-windows-ix86+x86_64 0.3.0 8.00 64.00 72.00 OK
r-oldrel-macos-x86_64 0.3.0 OK
r-oldrel-windows-ix86+x86_64 0.3.0 6.00 48.00 54.00 OK

Check Details

Version: 0.3.0
Check: examples
Result: ERROR
    Running examples in ‘jmdl-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: getJMDL
    > ### Title: Extract or Get Generalized Components from a Fitted Joint Mean
    > ### Correlation Model
    > ### Aliases: getJMDL getJMDL.jmdlMod
    >
    > ### ** Examples
    >
    >
    > mydat <- toydata
    > fit <- jmdl(Y|id|time ~ X, data = mydat, q = 2, family ='Bernoulli')
    Error in xtfrm.data.frame(x) : cannot xtfrm data frames
    Calls: jmdl ... lapply -> FUN -> as.vector -> xtfrm -> xtfrm.data.frame
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc