R Under development (unstable) (2025-10-10 r88914 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) > library(datawizard) > > test_check("datawizard") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 92 | PASS 1980 ] ══ Skipped tests (92) ══════════════════════════════════════════════════════════ • On CRAN (91): 'test-categorize.R:666:3', 'test-categorize.R:683:3', 'test-contr.deviation.R:21:3', 'test-data_codebook.R:5:3', 'test-data_codebook.R:10:3', 'test-data_codebook.R:18:3', 'test-data_codebook.R:35:3', 'test-data_codebook.R:54:3', 'test-data_codebook.R:59:3', 'test-data_codebook.R:64:3', 'test-data_codebook.R:80:3', 'test-data_codebook.R:88:3', 'test-data_codebook.R:101:3', 'test-data_codebook.R:112:3', 'test-data_codebook.R:122:3', 'test-data_codebook.R:134:3', 'test-data_codebook.R:152:3', 'test-data_codebook.R:169:3', 'test-data_codebook.R:178:3', 'test-data_codebook.R:187:3', 'test-data_codebook.R:212:3', 'test-data_codebook.R:247:3', 'test-data_partition.R:11:3', 'test-data_peek.R:32:3', 'test-data_read.R:8:1', 'test-data_modify.R:489:3', 'test-data_modify.R:498:3', 'test-data_modify.R:800:3', 'test-data_rescale.R:34:3', 'test-data_seek.R:86:3', 'test-data_separate.R:210:3', 'test-data_separate.R:300:3', 'test-data_separate.R:398:3', 'test-data_separate.R:418:3', 'test-data_summary.R:204:3', 'test-data_summary.R:211:3', 'test-data_to_factor.R:124:1', 'test-data_to_long.R:73:3', 'test-data_to_long.R:510:3', 'test-data_to_numeric.R:2:3', 'test-data_to_numeric.R:53:3', 'test-data_to_numeric.R:215:3', 'test-data_tabulate.R:60:3', 'test-data_tabulate.R:90:3', 'test-data_tabulate.R:217:3', 'test-data_tabulate.R:223:3', 'test-data_tabulate.R:230:3', 'test-data_tabulate.R:238:3', 'test-data_tabulate.R:308:3', 'test-data_tabulate.R:314:3', 'test-data_tabulate.R:322:3', 'test-data_tabulate.R:380:3', 'test-data_tabulate.R:554:3', 'test-data_tabulate.R:609:3', 'test-data_tabulate.R:639:3', 'test-data_tabulate.R:729:3', 'test-data_tabulate.R:823:3', 'test-data_tabulate.R:934:3', 'test-data_write.R:5:1', 'test-demean.R:17:3', 'test-demean.R:94:3', 'test-empty-dataframe.R:16:3', 'test-describe_distribution.R:77:3', 'test-describe_distribution.R:88:3', 'test-describe_distribution.R:200:3', 'test-describe_distribution.R:216:3', 'test-describe_distribution.R:285:3', 'test-describe_distribution.R:450:3', 'test-describe_distribution.R:524:3', 'test-describe_distribution.R:532:3', 'test-means_by_group.R:4:3', 'test-means_by_group.R:29:3', 'test-print.dw_transformer.R:3:3', 'test-normalize.R:34:3', 'test-ranktransform.R:67:3', 'test-rescale_weights.R:6:3', 'test-rescale_weights.R:44:3', 'test-rescale_weights.R:54:3', 'test-reshape_ci.R:12:3', 'test-reshape_ci.R:25:3', 'test-smoothness.R:36:3', 'test-skewness-kurtosis.R:51:3', 'test-skewness-kurtosis.R:61:3', 'test-skewness-kurtosis.R:72:3', 'test-skewness-kurtosis.R:82:3', 'test-standardize_models.R:336:3', 'test-standardize_models.R:383:3', 'test-standardize_models.R:473:3', 'test-text_format.R:2:3', 'test-text_format.R:78:3', 'test-winsorization.R:8:3' • {bayestesR} is not installed (1): 'test-data_summary.R:285:3' [ FAIL 0 | WARN 0 | SKIP 92 | PASS 1980 ] > > proc.time() user system elapsed 14.82 1.10 183.50