R Under development (unstable) (2025-12-07 r89119 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(collinear) > > test_check("collinear") [ FAIL 0 | WARN 0 | SKIP 59 | PASS 0 ] ══ Skipped tests (59) ══════════════════════════════════════════════════════════ • On CRAN (59): 'test-case_weights.R:2:3', 'test-collinear.R:2:3', 'test-collinear_select.R:2:3', 'test-collinear_stats.R:2:3', 'test-cor_clusters.R:2:3', 'test-cor_cramer.R:2:3', 'test-cor_df.R:2:3', 'test-cor_matrix.R:2:3', 'test-cor_select.R:2:3', 'test-cor_stats.R:2:3', 'test-drop_geometry_column.R:2:3', 'test-f_auto.R:2:3', 'test-f_auto_rules.R:2:3', 'test-f_binomial_gam.R:2:3', 'test-f_binomial_glm.R:2:3', 'test-f_binomial_rf.R:2:3', 'test-f_categorical_rf.R:2:3', 'test-f_count_gam.R:2:3', 'test-f_count_glm.R:2:3', 'test-f_count_rf.R:2:3', 'test-f_functions.R:2:3', 'test-f_numeric_gam.R:2:3', 'test-f_numeric_glm.R:2:3', 'test-f_numeric_rf.R:2:3', 'test-identify_categorical_variables.R:2:3', 'test-identify_logical_variables.R:2:3', 'test-identify_numeric_variables.R:2:3', 'test-identify_response_type.R:2:3', 'test-identify_valid_variables.R:2:3', 'test-identify_zero_variance_variables.R:2:3', 'test-model_formula.R:2:3', 'test-preference_order.R:2:3', 'test-print.collinear_output.R:2:3', 'test-print.collinear_selection.R:2:3', 'test-score_auc.R:2:3', 'test-score_cramer.R:2:3', 'test-score_r2.R:2:3', 'test-step_collinear.R:2:3', 'test-summary.collinear_output.R:2:3', 'test-summary.collinear_selection.R:2:3', 'test-target_encoding_lab.R:2:3', 'test-target_encoding_loo.R:2:3', 'test-target_encoding_mean.R:2:3', 'test-target_encoding_rank.R:2:3', 'test-validate_arg_df.R:2:3', 'test-validate_arg_df_not_null.R:2:3', 'test-validate_arg_encoding_method.R:2:3', 'test-validate_arg_f.R:2:3', 'test-validate_arg_function_name.R:2:3', 'test-validate_arg_max_cor.R:2:3', 'test-validate_arg_max_vif.R:2:3', 'test-validate_arg_predictors.R:2:3', 'test-validate_arg_preference_order.R:2:3', 'test-validate_arg_quiet.R:2:3', 'test-validate_arg_responses.R:2:3', 'test-vif.R:2:3', 'test-vif_df.R:2:3', 'test-vif_select.R:2:3', 'test-vif_stats.R:2:3' [ FAIL 0 | WARN 0 | SKIP 59 | PASS 0 ] > > proc.time() user system elapsed 3.06 0.43 3.50