R Under development (unstable) (2024-02-16 r85931 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > library(testthat) > library(performance) > > test_check("performance") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 33 | PASS 360 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (32): 'test-bootstrapped_icc_ci.R:2:3', 'test-bootstrapped_icc_ci.R:44:3', 'test-binned_residuals.R:133:3', 'test-binned_residuals.R:160:3', 'test-check_distribution.R:35:3', 'test-check_itemscale.R:28:3', 'test-check_model.R:1:1', 'test-check_collinearity.R:176:3', 'test-check_predictions.R:2:1', 'test-check_singularity.R:2:3', 'test-check_singularity.R:23:3', 'test-check_outliers.R:108:3', 'test-icc.R:4:3', 'test-icc.R:10:3', 'test-icc.R:28:3', 'test-icc.R:40:3', 'test-icc.R:57:3', 'test-icc.R:71:3', 'test-icc.R:89:3', 'test-icc.R:120:3', 'test-logLik.R:1:1', 'test-mclogit.R:53:3', 'test-model_performance.bayesian.R:2:3', 'test-model_performance.bayesian.R:34:3', 'test-model_performance.bayesian.R:75:3', 'test-model_performance.merMod.R:2:3', 'test-model_performance.merMod.R:22:3', 'test-model_performance.rma.R:33:3', 'test-nestedLogit.R:65:3', 'test-pkg-ivreg.R:8:3', 'test-r2_nakagawa.R:19:1', 'test-test_likelihoodratio.R:55:1' • packageVersion("insight") < "0.19.8.2" is TRUE (1): 'test-check_collinearity.R:216:3' [ FAIL 0 | WARN 0 | SKIP 33 | PASS 360 ] > > proc.time() user system elapsed 2.65 0.26 29.06