Package: silp Check: examples New result: ERROR Running examples in ‘silp-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: resilp > ### Title: resilp > ### Aliases: resilp > > ### ** Examples > > n_obs = 100 > corr = 0.1 > effect = 0.12 > ld = c(1,1,1,1) > alp = 0.9 > data = generate_data(n_obs, corr, effect, ld, alp) > model = " + fy =~ y1 + y2 + y3 + y4 + fx =~ x1 + x2 + x3 + x4 + fz =~ z1 + z2 + z3 + z4 + fy ~ fx + fz + fx:fz + " > fit = silp(model, data) Warning in semTools::compRelSEM(MD, tau.eq = tau.eq, return.df = T) : Argument return.df= is deprecated, replaced by simplify= argument. > resilp(fit, R = 10) [FINAL FAIL] silp could not converge after 100 tries of resample ■■■■ 10% | ETA: 3m [FINAL FAIL] silp could not converge after 100 tries of resample ■■■■■■■ 20% | ETA: 3m [FINAL FAIL] silp could not converge after 100 tries of resample ■■■■■■■■■■ 30% | ETA: 2m [FINAL FAIL] silp could not converge after 100 tries of resample ■■■■■■■■■■■■■ 40% | ETA: 2m [FINAL FAIL] silp could not converge after 100 tries of resample ■■■■■■■■■■■■■■■■ 50% | ETA: 2m [FINAL FAIL] silp could not converge after 100 tries of resample ■■■■■■■■■■■■■■■■■■■ 60% | ETA: 1m [FINAL FAIL] silp could not converge after 100 tries of resample ■■■■■■■■■■■■■■■■■■■■■■ 70% | ETA: 1m [FINAL FAIL] silp could not converge after 100 tries of resample ■■■■■■■■■■■■■■■■■■■■■■■■■ 80% | ETA: 38s [FINAL FAIL] silp could not converge after 100 tries of resample ■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 90% | ETA: 19s [FINAL FAIL] silp could not converge after 100 tries of resample There are 10 failed bootstrap results. Error in sum(sapply(valid_b, function(x) x$resampled)) : invalid 'type' (list) of argument Calls: resilp Execution halted