R Under development (unstable) (2025-04-11 r88138 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. > library(testthat) > test_check("cardx", stop_on_warning = TRUE) Loading required package: cardx Attaching package: 'cardx' The following object is masked from 'package:testthat': matches Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 56 | PASS 550 ] ══ Skipped tests (56) ══════════════════════════════════════════════════════════ • On CRAN (56): 'test-ard_attributes.survey.design.R:8:3', 'test-ard_aod_wald_test.R:12:3', 'test-ard_car_vif.R:4:3', 'test-ard_car_vif.R:29:3', 'test-ard_car_anova.R:14:3', 'test-ard_car_anova.R:18:3', 'test-ard_categorical_ci.survey.design.R:7:3', 'test-ard_categorical_max.R:12:3', 'test-ard_categorical_max.R:63:3', 'test-ard_categorical_max.R:79:3', 'test-ard_categorical_max.R:135:3', 'test-ard_categorical_max.R:212:3', 'test-ard_categorical_max.R:237:3', 'test-ard_categorical.survey.design.R:428:3', 'test-ard_categorical.survey.design.R:1195:3', 'test-ard_categorical.survey.design.R:1411:3', 'test-ard_continuous_ci.survey.design.R:7:3', 'test-ard_continuous_ci.survey.design.R:194:3', 'test-ard_dichotomous.survey.design.R:413:3', 'test-ard_effectsize_cohens_d.R:38:3', 'test-ard_effectsize_hedges_g.R:34:3', 'test-ard_emmeans_mean_difference.R:17:3', 'test-ard_emmeans_mean_difference.R:118:3', 'test-ard_proportion_ci.R:92:3', 'test-ard_proportion_ci.R:113:3', 'test-ard_regression.R:12:3', 'test-ard_regression.R:44:3', 'test-ard_regression_basic.R:12:3', 'test-ard_stats_aov.R:25:3', 'test-ard_stats_kruskal_test.R:22:3', 'test-ard_stats_mantelhaen_test.R:11:3', 'test-ard_stats_mood_test.R:22:3', 'test-ard_stats_oneway_test.R:24:3', 'test-ard_stats_poisson_test.R:74:3', 'test-ard_survey_svychisq.R:28:3', 'test-ard_survey_svyranktest.R:18:3', 'test-ard_survival_survfit.R:6:3', 'test-ard_survival_survfit.R:19:3', 'test-ard_survival_survfit.R:32:3', 'test-ard_survival_survfit.R:45:3', 'test-ard_survival_survfit.R:67:3', 'test-ard_survival_survfit.R:103:3', 'test-ard_survival_survfit.R:123:3', 'test-ard_survival_survfit.R:193:3', 'test-ard_survival_survfit.R:207:3', 'test-ard_survival_survfit.R:224:3', 'test-ard_survival_survfit.R:235:3', 'test-ard_survival_survfit_diff.R:40:3', 'test-ard_total_n.survey.design.R:4:3', 'test-construction_helpers.R:4:3', 'test-construction_helpers.R:104:3', 'test-proportion_ci.R:12:3', 'test-proportion_ci.R:138:3', 'test-ard_continuous.survey.design.R:70:3', 'test-ard_continuous.survey.design.R:322:3', 'test-ard_continuous.survey.design.R:338:3' [ FAIL 0 | WARN 0 | SKIP 56 | PASS 550 ] > > proc.time() user system elapsed 6.26 0.64 138.54