R Under development (unstable) (2025-07-22 r88445 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. > library(testthat) > library(statar) > > test_check("statar") check_rightalign │ Freq. Percent Cum. ───────────────────────────────────────┼──────────────────────────── Lorem ipsum dolor │ 1 33.33 33.33 sed do eiusmod tempor │ 1 33.33 66.67 sit amet, consectetur adipiscing elit, │ 1 33.33 100.00 longvarname │ Freq. Percent Cum. ────────────┼──────────────────────────── 0 │ 1 33.33 33.33 1 │ 1 33.33 66.67 2 │ 1 33.33 100.00 Variable │ Obs Missing Mean StdDev Min Max ─────────┼─────────────────────────────────────────────────────── speed │ 50 0 15.4 5.28764 4 25 Variable │ Obs Missing Mean StdDev Min Max ─────────┼─────────────────────────────────────────────────────── speed │ 50 0 15.4 5.28764 4 25 ok │ Variable │ Obs Missing Mean StdDev Min Max ─────────┼──────────┼─────────────────────────────────────────────────────── 0 │ dist │ 6 0 10.6667 7.44759 2 22 ---------┼----------┼------------------------------------------------------- 1 │ dist │ 32 0 39.1562 18.5839 14 84 ---------┼----------┼------------------------------------------------------- 2 │ dist │ 12 0 69.3333 24.2874 32 120 cyl │ Freq. Percent Cum. ─────────┼──────────────────────────── 4 │ 11 34.38 34.38 8 │ 14 43.75 78.12 NA │ 7 21.88 100.00 cyl │ Freq. Percent Cum. ─────────┼──────────────────────────── 4 │ 11 44.00 44.00 8 │ 14 56.00 100.00 cyl │ vs │ Freq. Percent Cum. ─────────┼──────────┼──────────────────────────── 4 │ 1 │ 10 31.25 31.25 4 │ NA │ 1 3.12 34.38 ---------┼----------┼---------------------------- 8 │ NA │ 14 43.75 78.12 ---------┼----------┼---------------------------- NA │ 1 │ 4 12.50 90.62 NA │ NA │ 3 9.38 100.00 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 132 ] > > proc.time() user system elapsed 3.40 0.42 3.79