R Under development (unstable) (2025-10-13 r88918 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. > if(capabilities('long.double')){ + library(testthat) + library(expss) + options(covr = FALSE) + options(width = 1000) + data.table::setDTthreads(2) + testthat::test_check("expss") + } Loading required package: maditr To select columns from data: columns(mtcars, mpg, vs:carb) Use 'expss_output_rnotebook()' to display tables inside R Notebooks. To return to the console output, use 'expss_output_default()'. Attaching package: 'expss' The following objects are masked from 'package:testthat': equals, not VALUES: 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24... 50 items printed out of 52 VALUE LABELS: 1 A 2 B 3 C 4 D 5 E 6 F 7 G 8 H 9 I 10 J ... 43 q 44 r 45 s 46 t 47 u 48 v 49 w 50 x 51 y 52 z [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1576 ] > > proc.time() user system elapsed 13.85 0.76 14.64