R Under development (unstable) (2026-04-25 r89962 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. > library(testthat) > library(datawizard) > > test_check("datawizard") Starting 2 test processes. > test-describe_distribution.R: Bootstrapping confidence intervals using 100 iterations, please be > test-describe_distribution.R: patient... > test-describe_distribution.R: For more stable intervals, increase the number of `iterations`, but note > test-describe_distribution.R: that this can also increase the computation time significantly. > test-describe_distribution.R: Bootstrapping confidence intervals using 100 iterations, please be > test-describe_distribution.R: patient... > test-describe_distribution.R: For more stable intervals, increase the number of `iterations`, but note > test-describe_distribution.R: that this can also increase the computation time significantly. > test-describe_distribution.R: Bootstrapping confidence intervals using 100 iterations, please be > test-describe_distribution.R: patient... > test-describe_distribution.R: For more stable intervals, increase the number of `iterations`, but note > test-describe_distribution.R: that this can also increase the computation time significantly. [ FAIL 0 | WARN 0 | SKIP 92 | PASS 2070 ] ══ Skipped tests (92) ══════════════════════════════════════════════════════════ • On CRAN (92): 'test-categorize.R:664:1', 'test-categorize.R:681:1', 'test-contr.deviation.R:10:1', 'test-data_codebook.R:4:1', 'test-data_codebook.R:9:1', 'test-data_codebook.R:14:1', 'test-data_codebook.R:30:1', 'test-data_codebook.R:53:1', 'test-data_codebook.R:58:1', 'test-data_codebook.R:63:1', 'test-data_codebook.R:78:1', 'test-data_codebook.R:86:1', 'test-data_codebook.R:94:1', 'test-data_codebook.R:105:1', 'test-data_codebook.R:115:1', 'test-data_codebook.R:126:1', 'test-data_codebook.R:138:1', 'test-data_codebook.R:156:1', 'test-data_codebook.R:173:1', 'test-data_codebook.R:182:1', 'test-data_codebook.R:191:1', 'test-data_codebook.R:237:1', 'test-data_partition.R:1:1', 'test-data_peek.R:31:1', 'test-data_read.R:8:1', 'test-data_modify.R:488:1', 'test-data_modify.R:497:1', 'test-data_modify.R:717:1', 'test-data_rescale.R:1:1', 'test-data_seek.R:85:1', 'test-data_separate.R:190:1', 'test-data_separate.R:285:1', 'test-data_separate.R:381:1', 'test-data_separate.R:402:1', 'test-data_summary.R:196:1', 'test-data_summary.R:208:1', 'test-data_summary.R:284:1', 'test-data_to_factor.R:124:1', 'test-data_tabulate.R:57:1', 'test-data_tabulate.R:65:1', 'test-data_tabulate.R:215:1', 'test-data_tabulate.R:221:1', 'test-data_tabulate.R:227:1', 'test-data_tabulate.R:236:1', 'test-data_tabulate.R:305:1', 'test-data_tabulate.R:311:1', 'test-data_tabulate.R:319:1', 'test-data_tabulate.R:374:1', 'test-data_tabulate.R:547:1', 'test-data_tabulate.R:603:1', 'test-data_tabulate.R:636:1', 'test-data_tabulate.R:722:1', 'test-data_tabulate.R:816:1', 'test-data_tabulate.R:927:1', 'test-data_to_long.R:61:1', 'test-data_to_long.R:498:1', 'test-data_to_numeric.R:1:1', 'test-data_to_numeric.R:51:1', 'test-data_to_numeric.R:215:3', 'test-data_write.R:5:1', 'test-demean.R:1:1', 'test-demean.R:85:1', 'test-empty-dataframe.R:1:1', 'test-describe_distribution.R:76:1', 'test-describe_distribution.R:87:1', 'test-describe_distribution.R:195:1', 'test-describe_distribution.R:209:1', 'test-describe_distribution.R:282:1', 'test-describe_distribution.R:412:1', 'test-describe_distribution.R:519:1', 'test-describe_distribution.R:528:1', 'test-means_by_group.R:1:1', 'test-means_by_group.R:24:1', 'test-print.dw_transformer.R:1:1', 'test-ranktransform.R:65:1', 'test-normalize.R:1:1', 'test-reshape_ci.R:1:1', 'test-reshape_ci.R:16:1', 'test-rescale_weights.R:1:1', 'test-rescale_weights.R:35:1', 'test-rescale_weights.R:49:1', 'test-smoothness.R:33:1', 'test-skewness-kurtosis.R:47:1', 'test-skewness-kurtosis.R:57:1', 'test-skewness-kurtosis.R:68:1', 'test-skewness-kurtosis.R:78:1', 'test-standardize_models.R:244:3', 'test-standardize_models.R:291:3', 'test-standardize_models.R:381:3', 'test-text_format.R:1:1', 'test-text_format.R:77:1', 'test-winsorization.R:5:1' [ FAIL 0 | WARN 0 | SKIP 92 | PASS 2070 ] > > proc.time() user system elapsed 15.40 1.21 216.57