R Under development (unstable) (2024-07-15 r86902 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 42 | PASS 361 ] ══ Skipped tests (42) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-bootstrapped_icc_ci.R:2:3', 'test-bootstrapped_icc_ci.R:44:3', 'test-binned_residuals.R:137:3', 'test-binned_residuals.R:164:3', 'test-check_distribution.R:35:3', 'test-check_collinearity.R:178:3', 'test-check_collinearity.R:215:3', 'test-check_itemscale.R:28:3', 'test-check_model.R:1:1', 'test-check_predictions.R:2:1', 'test-check_residuals.R:2:3', 'test-check_singularity.R:2:3', 'test-check_singularity.R:23:3', 'test-check_zeroinflation.R:75:3', 'test-helpers.R:1:1', 'test-icc.R:2:1', 'test-mclogit.R:53:3', 'test-model_performance.bayesian.R:1:1', 'test-model_performance.merMod.R:2:3', 'test-model_performance.merMod.R:22:3', 'test-model_performance.rma.R:33:3', 'test-nestedLogit.R:64:3', 'test-pkg-ivreg.R:7:3', 'test-check_outliers.R:110:3', 'test-r2_bayes.R:34:3', 'test-r2_nakagawa.R:20:1', 'test-rmse.R:35:3', 'test-test_likelihoodratio.R:55:1' • getRversion() > "4.3.3" is TRUE (13): 'test-check_convergence.R:32:3', 'test-check_collinearity.R:27:3', 'test-check_collinearity.R:54:3', 'test-check_normality.R:38:3', 'test-check_overdispersion.R:2:3', 'test-check_overdispersion.R:53:3', 'test-check_overdispersion.R:81:3', 'test-check_overdispersion.R:186:3', 'test-check_zeroinflation.R:2:3', 'test-check_zeroinflation.R:25:3', 'test-check_zeroinflation.R:112:3', 'test-check_zeroinflation.R:169:3', 'test-r2.R:49:5' • getRversion() > "4.4.0" is TRUE (1): 'test-check_outliers.R:258:3' [ FAIL 0 | WARN 0 | SKIP 42 | PASS 361 ] > > proc.time() user system elapsed 2.79 0.34 24.10