CRAN Package Check Results for Maintainer ‘Timothy C. Bates <timothy.c.bates at gmail.com>’

Last updated on 2020-08-07 01:50:35 CEST.

Package ERROR NOTE OK
umx 1 6 5

Package umx

Current CRAN status: ERROR: 1, NOTE: 6, OK: 5

Version: 4.0.0
Check: installed package size
Result: NOTE
     installed size is 5.3Mb
     sub-directories of 1Mb or more:
     help 3.9Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 4.0.0
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘sem’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 4.0.0
Check: examples
Result: ERROR
    Running examples in ‘umx-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: loadings.MxModel
    > ### Title: Extract factor loadings from an EFA (factor analysis).
    > ### Aliases: loadings.MxModel
    >
    > ### ** Examples
    >
    > myVars <- c("mpg", "disp", "hp", "wt", "qsec")
    > m1 = umxEFA(name = "test", factors = 2, data = mtcars[, myVars])
    2 latent variables were created:F1, F2.
    Running EFA with 19 parameters
    Warning: In model 'EFA' Optimizer returned a non-zero status code 10. Starting values are not feasible. Consider mxTryHard()
    Error: The job for model 'EFA' exited abnormally with the error message: fit is not finite (0: The continuous part of the model implied covariance (loc2) is not positive definite in data 'EFA.data' row 16. Detail:
    covariance = matrix(c( # 5x5
     4.61726287963892e+17, 4.61726287963892e+17, 4.61726287963892e+17, 4.61726287963892e+17, 4.61726287963892e+17
    , 4.61726287963892e+17, 9.23452575927784e+17, 9.23452575927784e+17, 9.23452575927784e+17, 9.23452575927784e+17
    , 4.61726287963892e+17, 9.23452575927784e+17, 9.23452575927784e+17, 9.23452575927784e+17, 9.23452575927784e+17
    , 4.61726287963892e+17, 9.23452575927784e+17, 9.23452575927784e+17, 9.23452575927784e+17, 9.23452575927784e+17
    , 4.61726287963892e+17, 9.23452575927784e+17, 9.23452575927784e+17, 9.23452575927784e+17, 9.23452575927784e+17), byrow=TRUE, nrow=5, ncol=5)
    
    )
    Execution halted
Flavor: r-patched-solaris-x86