R version 4.4.0 alpha (2024-04-04 r86334 ucrt) Copyright (C) 2024 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(broom.helpers) Attaching package: 'broom.helpers' The following object is masked from 'package:testthat': matches > > test_check("broom.helpers") [ FAIL 0 | WARN 1 | SKIP 96 | PASS 424 ] ══ Skipped tests (96) ══════════════════════════════════════════════════════════ • On CRAN (96): 'test-add_coefficients_type.R:113:3', 'test-add_coefficients_type.R:122:3', 'test-add_contrasts.R:193:3', 'test-add_contrasts.R:204:3', 'test-add_contrasts.R:317:3', 'test-add_estimate_to_reference_rows.R:111:3', 'test-add_estimate_to_reference_rows.R:257:1', 'test-add_header_rows.R:158:3', 'test-add_header_rows.R:220:3', 'test-add_n.R:150:3', 'test-add_n.R:161:3', 'test-add_n.R:174:3', 'test-add_n.R:181:3', 'test-add_n.R:192:3', 'test-add_pairwise_contrasts.R:2:3', 'test-add_reference_rows.R:223:3', 'test-add_reference_rows.R:238:3', 'test-add_reference_rows.R:256:3', 'test-add_term_labels.R:231:3', 'test-add_term_labels.R:274:3', 'test-add_term_labels.R:289:1', 'test-add_variable_labels.R:202:3', 'test-add_variable_labels.R:215:3', 'test-attach_and_detach.R:22:3', 'test-disambiguate_terms.R:14:3', 'test-disambiguate_terms.R:47:3', 'test-identify_variables.R:255:3', 'test-identify_variables.R:288:3', 'test-identify_variables.R:586:3', 'test-identify_variables.R:614:3', 'test-marginal_tidiers.R:2:3', 'test-marginal_tidiers.R:35:3', 'test-marginal_tidiers.R:68:3', 'test-marginal_tidiers.R:101:3', 'test-marginal_tidiers.R:201:3', 'test-marginal_tidiers.R:264:3', 'test-marginal_tidiers.R:346:3', 'test-marginal_tidiers.R:379:3', 'test-marginal_tidiers.R:442:3', 'test-marginal_tidiers.R:510:3', 'test-marginal_tidiers.R:576:3', 'test-model_get_n.R:192:3', 'test-model_get_n.R:212:3', 'test-model_get_n.R:224:3', 'test-model_get_n.R:239:3', 'test-model_get_n.R:260:3', 'test-model_get_n.R:272:3', 'test-model_get_n.R:298:3', 'test-model_get_n.R:324:3', 'test-model_get_n.R:333:3', 'test-model_get_n.R:341:3', 'test-model_get_n.R:349:3', 'test-model_get_n.R:370:3', 'test-model_get_n.R:380:3', 'test-model_get_n.R:401:3', 'test-model_get_n.R:413:3', 'test-select_helpers.R:83:3', 'test-tidy_plus_plus.R:59:3', 'test-tidy_plus_plus.R:108:3', 'test-tidy_plus_plus.R:129:3', 'test-tidy_plus_plus.R:160:3', 'test-tidy_plus_plus.R:173:3', 'test-tidy_plus_plus.R:189:3', 'test-tidy_plus_plus.R:210:3', 'test-tidy_plus_plus.R:225:3', 'test-tidy_plus_plus.R:235:3', 'test-tidy_plus_plus.R:249:3', 'test-tidy_plus_plus.R:268:3', 'test-tidy_plus_plus.R:310:3', 'test-tidy_plus_plus.R:332:3', 'test-tidy_plus_plus.R:346:3', 'test-tidy_plus_plus.R:359:3', 'test-tidy_plus_plus.R:371:3', 'test-tidy_plus_plus.R:383:3', 'test-tidy_plus_plus.R:393:3', 'test-tidy_plus_plus.R:402:3', 'test-tidy_plus_plus.R:419:3', 'test-tidy_plus_plus.R:431:3', 'test-tidy_plus_plus.R:446:3', 'test-tidy_plus_plus.R:463:3', 'test-tidy_plus_plus.R:479:3', 'test-tidy_plus_plus.R:491:3', 'test-tidy_plus_plus.R:505:3', 'test-tidy_plus_plus.R:525:3', 'test-tidy_plus_plus.R:549:3', 'test-tidy_plus_plus.R:589:3', 'test-tidy_plus_plus.R:612:3', 'test-tidy_plus_plus.R:631:3', 'test-tidy_plus_plus.R:654:3', 'test-tidy_plus_plus.R:677:3', 'test-tidy_plus_plus.R:696:3', 'test-tidy_plus_plus.R:714:3', 'test-tidy_plus_plus.R:735:3', 'test-tidy_plus_plus.R:781:3', 'test-tidy_plus_plus.R:839:3', 'test-tidy_plus_plus.R:915:3' [ FAIL 0 | WARN 1 | SKIP 96 | PASS 424 ] > > proc.time() user system elapsed 53.18 2.34 55.53