CRAN Package Check Results for Package metaSEM

Last updated on 2026-02-20 05:52:11 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.0 17.78 172.69 190.47 OK
r-devel-linux-x86_64-debian-gcc 1.5.0 11.95 114.90 126.85 ERROR
r-devel-linux-x86_64-fedora-clang 1.5.0 31.00 252.79 283.79 OK
r-devel-linux-x86_64-fedora-gcc 1.5.0 30.00 263.42 293.42 OK
r-devel-macos-arm64 1.5.0 4.00 39.00 43.00 OK
r-devel-windows-x86_64 1.5.0 18.00 177.00 195.00 OK
r-patched-linux-x86_64 1.5.0 OK
r-release-linux-x86_64 1.5.0 16.52 147.12 163.64 OK
r-release-macos-arm64 1.5.0 OK
r-release-macos-x86_64 1.5.0 11.00 134.00 145.00 OK
r-release-windows-x86_64 1.5.0 19.00 170.00 189.00 OK
r-oldrel-macos-arm64 1.5.0 OK
r-oldrel-macos-x86_64 1.5.0 11.00 130.00 141.00 OK
r-oldrel-windows-x86_64 1.5.0 1.00 10.00 11.00 ERROR

Check Details

Version: 1.5.0
Check: examples
Result: ERROR Running examples in ‘metaSEM-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: indirectEffect > ### Title: Estimate the asymptotic covariance matrix of standardized or > ### unstandardized indirect and direct effects > ### Aliases: indirectEffect > ### Keywords: compute effect sizes > > ### ** Examples > > ## A correlation matrix as input > x <- matrix(c(1, 0.4, 0.2, 0.4, 1, 0.3, 0.2, 0.3, 1), ncol=3) > dimnames(x) <- list( c("y", "m", "x"), c("y", "m", "x") ) > indirectEffect(x, n=300) ind_eff dir_eff ind_var ind_dir_cov dir_var 0.1132090112 0.0887913809 0.0006683899 -0.0002723687 0.0031515457 > > ## A list of correlation matrices > indirectEffect( list(x, x), n=c(300,500), standardized=FALSE ) Warning in .solve(x = my.fit@output$calculatedHessian, parameters = c("a", : Error in solving the Hessian matrix. Generalized inverse is used. The standard errors may not be trustworthy. Error in svd(X) : infinite or missing values in 'x' Calls: indirectEffect ... mapply -> <Anonymous> -> .solve -> <Anonymous> -> svd Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5.0
Check: package dependencies
Result: ERROR Package required but not available: 'OpenMx' Package suggested but not available for checking: 'semPlot' See section 'The DESCRIPTION file' in the 'Writing R Extensions' manual. Flavor: r-oldrel-windows-x86_64