R Under development (unstable) (2026-01-07 r89288 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(guideR) > > test_check("guideR") Start: AIC=2222.06 as.factor(Survived) ~ Class + Sex + Age Df Deviance AIC + Class:Sex 3 2143.4 2161.4 + Class:Age 2 2174.4 2190.4 + Sex:Age 1 2192.0 2206.0 2210.1 2222.1 Step: AIC=2161.39 as.factor(Survived) ~ Class + Sex + Age + Class:Sex Df Deviance AIC + Class:Age 2 2099.2 2121.2 + Sex:Age 1 2134.8 2154.8 2143.4 2161.4 - Class:Sex 3 2210.1 2222.1 Step: AIC=2121.18 as.factor(Survived) ~ Class + Sex + Age + Class:Sex + Class:Age Df Deviance AIC 2099.2 2121.2 + Sex:Age 1 2097.5 2121.5 - Class:Age 2 2143.4 2161.4 - Class:Sex 3 2174.4 2190.4 Adding missing grouping variables: `Species` Adding missing grouping variables: `Species` i To remove this message, please specify `value`. Start: AIC=1473.08 as.factor(Survived) ~ Class + Sex + Age + Group Df Deviance AIC - Group 1 1459.4 1471.4 1459.1 1473.1 - Age 1 1462.2 1474.2 - Class 3 1527.8 1535.8 - Sex 1 1704.4 1716.4 Step: AIC=1471.42 as.factor(Survived) ~ Class + Sex + Age Df Deviance AIC 1459.4 1471.4 - Age 1 1462.6 1472.6 - Class 3 1528.3 1534.3 - Sex 1 1704.8 1714.8 [ FAIL 0 | WARN 0 | SKIP 14 | PASS 131 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (6): 'test-grouped_tbl.R:2:3', 'test-gtsummary-themes.R:3:3', 'test-long_to_seq.R:2:3', 'test-plot_multiple_answers.R:2:3', 'test-step_with_na.R:19:3', 'test-step_with_na.R:37:3' • vdiffr not run. (8): 'test-observed_vs_theoretical.R:11:3', 'test-plot_categorical.R:10:3', 'test-plot_continuous.R:7:3', 'test-plot_inertia_from_tree.R:9:3', 'test-plot_means.R:7:3', 'test-plot_multiple_answers.R:76:3', 'test-plot_proportions.R:11:3', 'test-plot_trajectories.R:14:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 131 ] > > proc.time() user system elapsed 12.78 1.09 13.87