Package: semhelpinghands Check: tests New result: ERROR Running ‘testthat.R’ [44s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(semhelpinghands) Attaching package: 'semhelpinghands' The following object is masked from 'package:base': sort_by > > test_check("semhelpinghands") Starting 2 test processes. > test-annotate_model.R: This is lavaan 0.6-21 > test-annotate_model.R: lavaan is FREE software! Please report any bugs. > test-auto_cov.R: This is lavaan 0.6-21 > test-auto_cov.R: lavaan is FREE software! Please report any bugs. > test-auto_cov.R: > test-auto_cov.R: m1 ~ x1 + w1 + w1x1 + x2 + c1 + c2 > test-auto_cov.R: m2 ~ m1 + c1 + c2 > test-auto_cov.R: m3 ~ x2 + x1 + c1 + c2 > test-auto_cov.R: y1 ~ m2 + w2 + w2m2 + x1 + x2 + m3 + c1 + c2 > test-auto_cov.R: y2 ~ m3 + x2 + x1 + m2 + c1 + c2 > test-auto_cov.R: # Covariances for the error term of m2 > test-auto_cov.R: m2 ~~ w2 + w2m2 > test-auto_cov.R: > test-auto_cov.R: # Added by auto_exo_cov > test-auto_cov.R: x1 ~~ w1 + w1x1 + x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: w1 ~~ w1x1 + x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: w1x1 ~~ x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: x2 ~~ c1 + c2 + w2 + w2m2 > test-auto_cov.R: c1 ~~ c2 + w2 + w2m2 > test-auto_cov.R: c2 ~~ w2 + w2m2 > test-auto_cov.R: w2 ~~ w2m2 > test-auto_cov.R: > test-auto_cov.R: m1 ~ x1 + w1 + w1x1 + x2 + c1 + c2 > test-auto_cov.R: m2 ~ m1 + c1 + c2 > test-auto_cov.R: m3 ~ x2 + x1 + c1 + c2 > test-auto_cov.R: y1 ~ m2 + w2 + w2m2 + x1 + x2 + m3 + c1 + c2 > test-auto_cov.R: y2 ~ m3 + x2 + x1 + m2 + c1 + c2 > test-auto_cov.R: # Covariances for the error term of m2 > test-auto_cov.R: m2 ~~ w2 + w2m2 > test-auto_cov.R: > test-auto_cov.R: # Added by auto_exo_cov > test-auto_cov.R: x1 ~~ w1 + w1x1 + x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: w1 ~~ w1x1 + x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: w1x1 ~~ x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: x2 ~~ c1 + c2 + w2 + w2m2 > test-auto_cov.R: c1 ~~ c2 + w2 + w2m2 > test-auto_cov.R: c2 ~~ w2 + w2m2 > test-auto_cov.R: w2 ~~ w2m2 > test-to_vectors.R: > test-to_vectors.R: ############################################################################### > test-to_vectors.R: This is semTools 0.5-8 > test-to_vectors.R: All users of R (or SEM) are invited to submit functions or ideas for functions. > test-to_vectors.R: ############################################################################### Saving _problems/test-to_vectors-220.R [ FAIL 1 | WARN 3 | SKIP 3 | PASS 153 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-standardizedSolution_boot_ci_print.R:1:1' • To be run in an interactive mode (2): 'test-plot_boot.R:1:1', 'test-plot_models_fm.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-to_vectors.R:218:5'): compRelSEM ─────────────────────────────── Error in `compRelSEM(fit_cfa_mg)[, -1]`: incorrect number of dimensions Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-to_vectors.R:218:5 2. │ └─testthat::quasi_label(enquo(expected), expected.label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::sort(unlist(compRelSEM(fit_cfa_mg)[, -1])) 5. └─base::unlist(compRelSEM(fit_cfa_mg)[, -1]) [ FAIL 1 | WARN 3 | SKIP 3 | PASS 153 ] Error: ! Test failures. Execution halted 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: 2m [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: 35s [FINAL FAIL] silp could not converge after 100 tries of resample ■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 90% | ETA: 18s [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