R Under development (unstable) (2023-12-08 r85664 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(huxtable) > > > we_are_in_R_CMD_check <- TRUE > test_check("huxtable") # weights: 9 (4 variable) initial value 35.155593 iter 10 value 23.131901 final value 23.129234 converged [ FAIL 0 | WARN 4 | SKIP 24 | PASS 1239 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • 0-length tables don't work in flextable yet (1): 'test-flextable.R:83:3' • Awaiting ftExtra improvements (1): 'test-markdown.R:40:3' • Couldn't unload dplyr namespace (2): 'test-miscellaneous.R:50:46', 'test-miscellaneous.R:61:46' • Just too hard to do at the moment. (1): 'test-number-formatting.R:122:3' • Not testing, code doesn't play well with R CMD check (3): 'test-zz-fuzz.R:84:3', 'test-zz-fuzz.R:96:3', 'test-zz-fuzz.R:151:3' • On CRAN (15): 'test-latex-dependencies.R:7:3', 'test-latex-dependencies.R:29:3', 'test-latex-dependencies.R:47:3', 'test-markdown.R:56:3', 'test-quick-output.R:49:3', 'test-quick-output.R:65:3', 'test-quick-output.R:78:3', 'test-yy-end-to-end.R:99:3', 'test-yy-end-to-end.R:127:3', 'test-yy-end-to-end.R:135:3', 'test-yy-end-to-end.R:141:3', 'test-yy-end-to-end.R:156:3', 'test-yy-end-to-end.R:203:3', 'test-yy-end-to-end.R:236:3', 'test-yy-end-to-end.R:251:3' • On Windows (1): 'test-print.R:229:3' [ FAIL 0 | WARN 4 | SKIP 24 | PASS 1239 ] > > > proc.time() user system elapsed 34.31 2.90 76.76