R Under development (unstable) (2025-05-01 r88184 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bdsm) > > test_check("bdsm") The number of the best models (top) cannot be higher than the total number of models. We set top = R (total number of regressors) and continiue :) initial value -427.743989 final value -717.595537 converged initial value -366.799374 final value -784.520619 converged initial value -396.225712 final value -785.991786 converged initial value -238.285740 final value -854.671535 converged [ FAIL 0 | WARN 0 | SKIP 6 | PASS 79 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On Windows (6): 'test-SEM_likelihood.R:13:3', 'test-SEM_likelihood.R:28:3', 'test-SEM_likelihood.R:44:3', 'test-SEM_likelihood.R:61:3', 'test-SEM_likelihood.R:77:3', 'test-model_space.R:2:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 79 ] > > proc.time() user system elapsed 24.93 2.14 27.06