R Under development (unstable) (2024-03-21 r86166 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 50 | PASS 355 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • On CRAN (37): '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: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-icc.R:131: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-check_outliers.R:110:3', 'test-r2_nakagawa.R:19:1', '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' [ FAIL 0 | WARN 0 | SKIP 50 | PASS 355 ] > > proc.time() user system elapsed 3.73 0.32 23.09