R Under development (unstable) (2026-09-08 r90509 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(bedrock) > > test_check("bedrock") a c b d a b a b c a b c a b a b 'data.frame': 32 obs. of 11 variables: 1 $ mpg : num 21 21 22.8 21.4 18.7 18.1 14.3 24.4 22.8 19.2 ... 2 $ cyl : num 6 6 4 6 8 6 8 4 4 6 ... 3 $ disp: num 160 160 108 258 360 ... 4 $ hp : num 110 110 93 110 175 105 245 62 95 123 ... 5 $ drat: num 3.9 3.9 3.85 3.08 3.15 2.76 3.21 3.69 3.92 3.92 ... 6 $ wt : num 2.62 2.88 2.32 3.21 3.44 ... 7 $ qsec: num 16.5 17 18.6 19.4 17 ... 8 $ vs : num 0 0 1 1 0 1 0 1 1 1 ... 9 $ am : num 1 1 1 0 0 0 0 0 0 0 ... 10 $ gear: num 4 4 4 3 3 3 3 4 4 4 ... 11 $ carb: num 4 4 1 1 2 1 4 2 2 4 ... [ FAIL 0 | WARN 0 | SKIP 0 | PASS 6199 ] > > proc.time() user system elapsed 50.68 13.73 64.70