R Under development (unstable) (2025-10-19 r88945 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(BAQM) > > test_check("BAQM") Sepal.Length Sepal.Width Petal.Length Petal.Width Species n.val 150 150 150 150 150 n.na 0 0 0 0 0 min 4.3 2 1 0.1 n.lvls=3 Q1 5.1 2.7 1.6 0.2 setos:50 median 5.8 3 4.35 1.3 vrscl:50 mean 5.843 3.057 3.758 1.199 vrgnc:50 Q3 6.45 3.4 5.1 1.8 max 7.9 4.4 6.9 2.5 std.dev 0.8281 0.4359 1.765 0.7622 mpg cyl disp hp drat wt qsec vs am gear carb n.val 32 32 32 32 32 32 32 32 32 32 32 n.na 0 0 0 0 0 0 0 0 0 0 0 min 10.4 4 71.1 52 2.76 1.513 14.5 0 0 3 1 Q1 15.2 4 120.7 95 3.08 2.542 16.88 NA NA 3 1 median 19.2 6 196.3 123 3.695 3.325 17.71 0 0 4 2 mean 20.09 6.188 230.7 146.7 3.597 3.217 17.85 0.4375 0.4062 3.688 2.812 Q3 22.8 8 334 180 3.92 3.65 18.9 1 1 5 4 max 33.9 8 472 335 4.93 5.424 22.9 1 1 5 8 std.dev 6.027 1.786 123.9 68.56 0.5347 0.9785 1.787 0.504 0.499 0.7378 1.615 n.val n.na min Q1 median mean Q3 max std.dev V1 10 0 1 3 5.5 5.5 8 10 3.028 Ozone Solar.R Wind Temp Month Day n.val 116 146 153 153 153 153 n.na 37 7 0 0 0 0 min 1 7 1.7 56 5 1 Q1 18 115 7.4 72 5 8 median 31.5 205 9.7 79 7 16 mean 42.13 185.9 9.958 77.88 6.993 15.8 Q3 63.5 259 12 85 8 24 max 168 334 20.7 97 9 31 std.dev 32.99 90.06 3.523 9.465 1.417 8.865 [ FAIL 0 | WARN 0 | SKIP 12 | PASS 51 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-lm_plot.4way.R:13:3', 'test-lm_plot.ac.R:9:3', 'test-lm_plot.fit.R:8:3', 'test-lm_plot.infl.R:8:3', 'test-lm_plot.lev.R:8:3', 'test-lm_plot.qq.R:8:3', 'test-lm_plot.var.R:8:3', 'test-print.summary.regsubsets.R:8:3', 'test-print.summary.regsubsets.R:14:3', 'test-summary.lm.R:6:3', 'test-summary.lm.R:11:3', 'test-summary.lm.R:16:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 51 ] > > proc.time() user system elapsed 5.82 0.39 6.21