R version 4.5.0 alpha (2025-03-26 r88060 ucrt) 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. > # 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(broom) > > test_check("broom") Attaching package: 'modeldata' The following object is masked from 'package:datasets': penguins Multiple parameters; naming those columns ndf and ddf. [ FAIL 0 | WARN 0 | SKIP 99 | PASS 980 ] ══ Skipped tests (99) ══════════════════════════════════════════════════════════ • On CRAN (99): 'test-aer.R:1:1', 'test-auc.R:1:1', 'test-bbmle.R:1:1', 'test-betareg.R:1:1', 'test-biglm.R:1:1', 'test-bingroup.R:1:1', 'test-boot.R:1:1', 'test-btergm.R:1:1', 'test-car.R:1:1', 'test-caret.R:1:1', 'test-cluster.R:1:1', 'test-cmprsk.R:1:1', 'test-data-frame.R:2:3', 'test-drc.R:1:1', 'test-emmeans.R:1:1', 'test-epiR.R:1:1', 'test-ergm.R:1:1', 'test-fixest.R:1:1', 'test-gam.R:1:1', 'test-geepack.R:1:1', 'test-glmnetUtils.R:1:1', 'test-gmm.R:1:1', 'test-hmisc.R:1:1', 'test-joineRML.R:1:1', 'test-kendall.R:1:1', 'test-ks.R:1:1', 'test-lavaan.R:1:1', 'test-leaps.R:1:1', 'test-lfe.R:1:1', 'test-list-irlba.R:1:1', 'test-list-optim.R:1:1', 'test-list-svd.R:1:1', 'test-list-xyz.R:1:1', 'test-list.R:1:1', 'test-lmbeta-lm-beta.R:1:1', 'test-lmodel2.R:1:1', 'test-lmtest.R:1:1', 'test-maps.R:1:1', 'test-margins.R:1:1', 'test-mass-fitdistr.R:1:1', 'test-mass-polr.R:1:1', 'test-mass-ridgelm.R:1:1', 'test-mass-rlm.R:1:1', 'test-mclust.R:1:1', 'test-mediation.R:1:1', 'test-metafor.R:1:1', 'test-mfx.R:1:1', 'test-mgcv.R:1:1', 'test-mlogit.R:1:1', 'test-muhaz.R:1:1', 'test-multcomp.R:1:1', 'test-nnet.R:1:1', 'test-null-and-default.R:9:3', 'test-null-and-default.R:23:3', 'test-null-and-default.R:39:3', 'test-ordinal.R:1:1', 'test-plm.R:1:1', 'test-polca.R:1:1', 'test-psych.R:1:1', 'test-quantreg-nlrq.R:1:1', 'test-quantreg-rq.R:1:1', 'test-quantreg-rqs.R:1:1', 'test-robust-glmrob.R:3:3', 'test-robust.R:1:1', 'test-robustbase.R:1:1', 'test-spdep.R:1:1', 'test-speedglm-speedglm.R:1:1', 'test-speedglm-speedlm.R:1:1', 'test-stats-anova.R:49:3', 'test-stats-arima.R:1:1', 'test-stats-decompose.R:1:1', 'test-stats-factanal.R:1:1', 'test-stats-glm.R:82:3', 'test-stats-glm.R:89:3', 'test-stats-htest.R:21:3', 'test-stats-htest.R:100:3', 'test-stats-htest.R:125:3', 'test-stats-lm.R:36:3', 'test-stats-lm.R:139:3', 'test-stats-mlm.R:1:1', 'test-stats-nls.R:1:1', 'test-stats-prcomp.R:42:3', 'test-survey.R:1:1', 'test-survival-aareg.R:1:1', 'test-survival-cch.R:1:1', 'test-survival-pyears.R:1:1', 'test-survival-survdiff.R:1:1', 'test-survival-survexp.R:1:1', 'test-survival-survfit.R:1:1', 'test-survival-survreg.R:1:1', 'test-systemfit.R:1:1', 'test-utilities.R:5:3', 'test-utilities.R:19:3', 'test-utilities.R:25:3', 'test-utilities.R:130:3', 'test-utilities.R:137:3', 'test-utilities.R:154:3', 'test-vars.R:1:1', 'test-zoo.R:1:1' [ FAIL 0 | WARN 0 | SKIP 99 | PASS 980 ] > > proc.time() user system elapsed 9.00 1.21 10.20