R Under development (unstable) (2024-08-15 r87022 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(insight) > test_check("insight") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 60 | PASS 3129 ] ══ Skipped tests (60) ══════════════════════════════════════════════════════════ • On CRAN (47): 'test-GLMMadaptive.R:1:1', 'test-averaging.R:2:1', 'test-brms.R:1:1', 'test-brms_aterms.R:1:1', 'test-brms_gr_random_effects.R:1:1', 'test-brms_missing.R:1:1', 'test-blmer.R:249:3', 'test-clean_names.R:77:1', 'test-clean_parameters.R:2:3', 'test-clmm.R:165:3', 'test-export_table.R:4:3', 'test-export_table.R:8:3', 'test-find_smooth.R:31:3', 'test-find_random.R:27:3', 'test-format_table.R:1:1', 'test-format_table_ci.R:71:3', 'test-gam.R:1:1', 'test-get_data.R:387:1', 'test-get_loglikelihood.R:65:3', 'test-get_loglikelihood.R:130:3', 'test-get_predicted.R:2:1', 'test-is_converged.R:29:1', 'test-lme.R:34:3', 'test-lme.R:210:3', 'test-marginaleffects.R:1:1', 'test-mgcv.R:1:1', 'test-mipo.R:1:1', 'test-mvrstanarm.R:1:1', 'test-panelr.R:272:3', 'test-r2_nakagawa_bernoulli.R:1:1', 'test-r2_nakagawa_beta.R:1:1', 'test-r2_nakagawa_binomial.R:1:1', 'test-r2_nakagawa_gamma.R:1:1', 'test-r2_nakagawa_linear.R:1:1', 'test-r2_nakagawa_negbin.R:1:1', 'test-r2_nakagawa_negbin_zi.R:1:1', 'test-r2_nakagawa_ordered_beta.R:1:1', 'test-r2_nakagawa_poisson.R:1:1', 'test-r2_nakagawa_poisson_zi.R:1:1', 'test-r2_nakagawa_truncated_poisson.R:1:1', 'test-r2_nakagawa_tweedie.R:1:1', 'test-rlmer.R:259:3', 'test-rqss.R:1:1', 'test-rstanarm.R:1:1', 'test-spatial.R:1:1', 'test-svylme.R:1:1', 'test-vgam.R:1:1' • On Windows (1): 'test-get_priors.R:2:3' • Package `logistf` is loaded and breaks `mmrm::mmrm()` (1): 'test-mmrm.R:5:1' • TRUE is TRUE (1): 'test-fixest.R:2:1' • bigglm cannot be loaded (1): 'test-model_info.R:24:3' • getRversion() > "4.2.2" is TRUE (1): 'test-emmeans.R:23:1' • getRversion() > "4.3.3" is TRUE (7): 'test-cpglmm.R:2:1', 'test-get_datagrid.R:158:3', 'test-glmmTMB.R:3:1', 'test-get_variance.R:362:3', 'test-model_data.R:26:1', 'test-model_info.R:37:3', 'test-null_model.R:1:1' • works interactively (1): 'test-coxph.R:38:3' [ FAIL 0 | WARN 0 | SKIP 60 | PASS 3129 ] > > proc.time() user system elapsed 16.82 1.31 130.23