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(acro) > > test_check("acro") [ FAIL 0 | WARN 0 | SKIP 66 | PASS 18 ] ══ Skipped tests (66) ══════════════════════════════════════════════════════════ • On CRAN (66): 'test-acro_add_comments.R:7:3', 'test-acro_add_exception.R:7:3', 'test-acro_crosstab.R:8:3', 'test-acro_crosstab.R:23:3', 'test-acro_crosstab.R:35:3', 'test-acro_crosstab.R:64:3', 'test-acro_custom_output.R:7:3', 'test-acro_disable_suppression.R:7:3', 'test-acro_enable_suppression.R:7:3', 'test-acro_finalise.R:7:3', 'test-acro_glm.R:26:3', 'test-acro_glm.R:33:3', 'test-acro_glm.R:40:3', 'test-acro_hist.R:7:3', 'test-acro_hist.R:17:3', 'test-acro_hist.R:37:3', 'test-acro_hist.R:58:3', 'test-acro_hist.R:78:3', 'test-acro_init.R:2:3', 'test-acro_lm.R:22:3', 'test-acro_pie.R:7:3', 'test-acro_pie.R:14:3', 'test-acro_pie.R:23:3', 'test-acro_pie.R:35:3', 'test-acro_pivot_table.R:7:3', 'test-acro_print_outputs.R:7:3', 'test-acro_remove_output.R:7:3', 'test-acro_rename_output.R:7:3', 'test-acro_rounding.R:7:3', 'test-acro_rounding.R:19:3', 'test-acro_summarise.R:2:3', 'test-acro_summarise.R:9:3', 'test-acro_summarise.R:23:3', 'test-acro_summarise.R:35:3', 'test-acro_summarise.R:48:3', 'test-acro_summarise.R:64:3', 'test-acro_summarise.R:70:3', 'test-acro_summarise.R:89:3', 'test-acro_summarise.R:107:3', 'test-acro_summarise.R:125:3', 'test-acro_summarise.R:143:3', 'test-acro_summarise.R:161:3', 'test-acro_summarise.R:175:3', 'test-acro_summarise.R:189:3', 'test-acro_summarise.R:207:3', 'test-acro_summarise.R:218:3', 'test-acro_summarise.R:227:3', 'test-acro_summarise.R:237:3', 'test-acro_summarise.R:247:3', 'test-acro_summarise.R:257:3', 'test-acro_summarise.R:271:3', 'test-acro_summarise.R:285:3', 'test-acro_surv_func.R:9:3', 'test-acro_surv_func.R:16:3', 'test-acro_table.R:7:3', 'test-acro_table.R:38:3', 'test-acro_table.R:70:3', 'test-acro_table.R:102:3', 'test-acro_table.R:136:3', 'test-acro_table.R:167:3', 'test-acro_table.R:173:3', 'test-acro_table.R:199:3', 'test-acro_table.R:211:3', 'test-acro_table.R:243:3', 'test-acro_table.R:275:3', 'test-install_acro.R:2:3' [ FAIL 0 | WARN 0 | SKIP 66 | PASS 18 ] > > proc.time() user system elapsed 2.48 0.42 2.89