R version 4.6.0 RC (2026-04-21 r89932 ucrt) -- "Because it was There" 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. > library(testthat) > library(olsrr) Attaching package: 'olsrr' The following object is masked from 'package:datasets': rivers > > test_check("olsrr") [ FAIL 0 | WARN 0 | SKIP 83 | PASS 629 ] ══ Skipped tests (83) ══════════════════════════════════════════════════════════ • On CRAN (83): 'test-all-possible.R:30:1', 'test-anova.R:16:1', 'test-bartlett-output.R:1:1', 'test-best-subsets-output.R:1:1', 'test-best-subsets-output.R:6:1', 'test-bp-output.R:1:1', 'test-collindiag.R:40:1', 'test-correlations-output.R:1:1', 'test-ftest-output.R:1:1', 'test-loftest-output.R:1:1', 'test-model-performance.R:14:1', 'test-norm-output.R:1:1', 'test-regress-output.R:1:1', 'test-score-output.R:1:1', 'test-step-backward-output.R:1:1', 'test-step-backward-output.R:8:1', 'test-step-backward-output.R:15:1', 'test-step-forward-output.R:1:1', 'test-step-forward-output.R:8:1', 'test-step-forward-output.R:15:1', 'test-step-rsquared-output.R:3:1', 'test-step-rsquared-output.R:9:1', 'test-step-rsquared-output.R:15:1', 'test-step-rsquared-output.R:21:1', 'test-step-rsquared-output.R:27:1', 'test-step-rsquared-output.R:33:1', 'test-stepaic-b-output.R:3:1', 'test-stepaic-b-output.R:9:1', 'test-stepaic-b-output.R:15:1', 'test-stepaic-both-output.R:1:1', 'test-stepaic-both-output.R:7:1', 'test-stepaic-both-output.R:13:1', 'test-stepaic-f-output.R:3:1', 'test-stepaic-f-output.R:10:1', 'test-stepaic-f-output.R:17:1', 'test-stepwise-output.R:1:1', 'test-stepwise-output.R:8:1', 'test-utility.R:99:3', 'test-visual.R:4:3', 'test-visual.R:11:3', 'test-visual.R:18:3', 'test-visual.R:24:3', 'test-visual.R:30:3', 'test-visual.R:36:3', 'test-visual.R:42:3', 'test-visual.R:49:3', 'test-visual.R:55:3', 'test-visual.R:61:3', 'test-visual.R:67:3', 'test-visual.R:90:3', 'test-visual.R:99:3', 'test-visual.R:105:3', 'test-visual.R:111:3', 'test-visual.R:117:3', 'test-visual.R:123:3', 'test-visual.R:130:3', 'test-visual.R:139:3', 'test-visual.R:149:3', 'test-visual.R:159:3', 'test-visual.R:170:3', 'test-visual.R:179:3', 'test-visual.R:192:3', 'test-visual.R:205:3', 'test-visual.R:217:3', 'test-visual.R:235:3', 'test-visual.R:241:3', 'test-visual.R:251:3', 'test-visual.R:258:3', 'test-visual.R:265:3', 'test-visual.R:272:3', 'test-visual.R:283:3', 'test-visual.R:294:3', 'test-visual.R:306:3', 'test-visual.R:317:3', 'test-visual.R:328:3', 'test-visual.R:339:3', 'test-visual.R:350:3', 'test-visual.R:361:3', 'test-visual.R:372:3', 'test-visual.R:383:3', 'test-visual.R:394:3', 'test-visual.R:405:3', 'test-visual.R:416:3' [ FAIL 0 | WARN 0 | SKIP 83 | PASS 629 ] Deleting unused snapshots: 'visual/adjusted-rsquared-backward-regression-plot-details.svg', 'visual/adjusted-rsquared-backward-regression-plot.svg', 'visual/adjusted-rsquared-both-direction-regression-plot-details.svg', 'visual/adjusted-rsquared-both-direction-regression-plot.svg', 'visual/adjusted-rsquared-forward-regression-plot-details.svg', 'visual/adjusted-rsquared-forward-regression-plot.svg', 'visual/allplot-1.svg', 'visual/allplot-2.svg', 'visual/allplot-3.svg', 'visual/allplot-4.svg', 'visual/allplot-5.svg', 'visual/allplot-6.svg', 'visual/avplot-1.svg', 'visual/avplot-2.svg', 'visual/avplot-3.svg', 'visual/bestplot-1.svg', 'visual/bestplot-2.svg', 'visual/bestplot-3.svg', …, 'visual/stepaic-forward-regression-plot.svg', and 'visual/studres-1.svg' > > proc.time() user system elapsed 135.40 10.75 146.36