CRAN Package Check Results for Package cbsem

Last updated on 2021-05-27 12:54:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 5.72 49.93 55.65 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.0 3.63 38.84 42.47 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 80.27 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.0 69.63 ERROR
r-devel-windows-x86_64 1.0.0 8.00 105.00 113.00 OK
r-devel-windows-x86_64-gcc10-UCRT 1.0.0 OK
r-patched-linux-x86_64 1.0.0 3.77 48.98 52.75 OK
r-patched-solaris-x86 1.0.0 88.50 OK
r-release-linux-x86_64 1.0.0 4.55 49.26 53.81 OK
r-oldrel-macos-x86_64 1.0.0 OK
r-oldrel-windows-ix86+x86_64 1.0.0 7.00 91.00 98.00 OK

Additional issues

M1mac

Check Details

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in 'cbsem-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: gscmcovff
    > ### Title: 'gscmcovff' determines the covariance matrix of a GSC model
    > ### belonging to scenario ff.
    > ### Aliases: gscmcovff
    >
    > ### ** Examples
    >
    > B <- matrix(c(0,0,0, 0,0,0, 0.7,0.4,0),3,3,byrow=TRUE)
    > indicatorx <- c(1,1,1,2,2,2)
    > indicatory <- c(1,1,1)
    > Sxixi <- matrix(c(1.0, 0.01, 0.01, 1),2,2)
    > wx <- c(0.46, 0.31, 0.32, 0.34, 0.40, 0.37)
    > wy <- c(0.41, 0.39, 0.37)
    > out <- gscmcovff(B,indicatorx,indicatory,wx,wy,Sxixi,R2=NULL)
    Error in matrix(rep(c(p1:0), p1), p1, p1) :
     data length differs from size of matrix: [42 != 6 x 6]
    Calls: gscmcovff -> matrix
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in ‘cbsem-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: gscmcovff
    > ### Title: 'gscmcovff' determines the covariance matrix of a GSC model
    > ### belonging to scenario ff.
    > ### Aliases: gscmcovff
    >
    > ### ** Examples
    >
    > B <- matrix(c(0,0,0, 0,0,0, 0.7,0.4,0),3,3,byrow=TRUE)
    > indicatorx <- c(1,1,1,2,2,2)
    > indicatory <- c(1,1,1)
    > Sxixi <- matrix(c(1.0, 0.01, 0.01, 1),2,2)
    > wx <- c(0.46, 0.31, 0.32, 0.34, 0.40, 0.37)
    > wy <- c(0.41, 0.39, 0.37)
    > out <- gscmcovff(B,indicatorx,indicatory,wx,wy,Sxixi,R2=NULL)
    Error in matrix(rep(c(p1:0), p1), p1, p1) :
     data length differs from size of matrix: [42 != 6 x 6]
    Calls: gscmcovff -> matrix
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc