Last updated on 2020-08-07 01:50:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.0.0 | 32.49 | 313.34 | 345.83 | OK | |
r-devel-linux-x86_64-debian-gcc | 4.0.0 | 28.50 | 222.18 | 250.68 | OK | |
r-devel-linux-x86_64-fedora-clang | 4.0.0 | 392.02 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 4.0.0 | 395.35 | OK | |||
r-devel-windows-ix86+x86_64 | 4.0.0 | 97.00 | 478.00 | 575.00 | NOTE | |
r-patched-linux-x86_64 | 4.0.0 | 30.83 | 287.64 | 318.47 | OK | |
r-patched-solaris-x86 | 4.0.0 | 374.50 | ERROR | |||
r-release-linux-x86_64 | 4.0.0 | 32.18 | 291.10 | 323.28 | OK | |
r-release-macos-x86_64 | 4.0.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 4.0.0 | 83.00 | 385.00 | 468.00 | NOTE | |
r-oldrel-macos-x86_64 | 4.0.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 4.0.0 | 47.00 | 360.00 | 407.00 | NOTE |
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