R Under development (unstable) (2023-10-28 r85429 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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 31 | PASS 336 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • Installed parameters is version 0.21.2; but 0.21.3 is required (1): 'test-cronbachs_alpha.R:12:3' • On CRAN (30): '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_model.R:1:1', 'test-check_collinearity.R:176:3', 'test-check_predictions.R:2:1', 'test-check_singularity.R:2:3', 'test-check_outliers.R:99:3', 'test-icc.R:4:3', 'test-icc.R:10:3', 'test-icc.R:28:3', 'test-icc.R:40:3', 'test-icc.R:56:3', 'test-icc.R:69:3', 'test-icc.R:86:3', 'test-icc.R:117:3', 'test-logLik.R:1:1', 'test-mclogit.R:53:3', 'test-model_performance.bayesian.R:2:3', 'test-model_performance.bayesian.R:33:3', 'test-model_performance.bayesian.R:73:3', 'test-model_performance.merMod.R:2:3', 'test-model_performance.merMod.R:21: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' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 336 ] > > proc.time() user system elapsed 2.34 0.25 26.62