R Under development (unstable) (2025-01-08 r87545 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 81 | PASS 1867 ] ══ Skipped tests (81) ══════════════════════════════════════════════════════════ • On CRAN (80): 'test-categorize.R:239:3', 'test-categorize.R:246: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:31:3', 'test-data_codebook.R:36:3', 'test-data_codebook.R:41:3', 'test-data_codebook.R:49:3', 'test-data_codebook.R:57:3', 'test-data_codebook.R:70:3', 'test-data_codebook.R:81:3', 'test-data_codebook.R:91:3', 'test-data_codebook.R:103:3', 'test-data_codebook.R:121:3', 'test-data_codebook.R:138:3', 'test-data_codebook.R:147:3', 'test-data_codebook.R:156:3', 'test-data_codebook.R:177:3', 'test-data_codebook.R:208:3', 'test-data_partition.R:11:3', 'test-data_modify.R:389:3', 'test-data_modify.R:398:3', 'test-data_peek.R:32:3', 'test-data_read.R:8:1', 'test-data_rescale.R:34:3', 'test-data_seek.R:80:3', 'test-data_separate.R:172:3', 'test-data_separate.R:236:3', 'test-data_separate.R:321:3', 'test-data_separate.R:333:3', 'test-data_summary.R:170:3', 'test-data_summary.R:177:3', 'test-data_to_factor.R:87:1', 'test-data_to_long.R:72:3', 'test-data_to_long.R:496:3', 'test-data_to_numeric.R:2:3', 'test-data_to_numeric.R:44:3', 'test-data_to_numeric.R:175:3', 'test-data_tabulate.R:64:3', 'test-data_tabulate.R:157:3', 'test-data_tabulate.R:163:3', 'test-data_tabulate.R:170:3', 'test-data_tabulate.R:177:3', 'test-data_tabulate.R:234:3', 'test-data_tabulate.R:240:3', 'test-data_tabulate.R:248:3', 'test-data_tabulate.R:306:3', 'test-data_tabulate.R:342:3', 'test-data_tabulate.R:382:3', 'test-data_tabulate.R:414:3', 'test-data_write.R:5:1', 'test-demean.R:12:3', 'test-demean.R:66:3', 'test-empty-dataframe.R:16:3', 'test-describe_distribution.R:95:3', 'test-describe_distribution.R:104:3', 'test-describe_distribution.R:281:3', 'test-means_by_group.R:4:3', 'test-means_by_group.R:19:3', 'test-print.dw_transformer.R:3:3', 'test-normalize.R:30:3', 'test-ranktransform.R:67:3', 'test-reshape_ci.R:12:3', 'test-reshape_ci.R:25:3', 'test-rescale_weights.R:6:3', 'test-rescale_weights.R:31:3', 'test-rescale_weights.R:41:3', 'test-smoothness.R:28:3', 'test-skewness-kurtosis.R:27:3', 'test-skewness-kurtosis.R:37:3', 'test-skewness-kurtosis.R:48:3', 'test-skewness-kurtosis.R:58:3', 'test-standardize_models.R:210:3', 'test-standardize_models.R:241:3', 'test-standardize_models.R:320:3', 'test-text_format.R:2:3', 'test-text_format.R:74:3', 'test-winsorization.R:8:3' • {bayestesR} is not installed (1): 'test-data_summary.R:234:3' [ FAIL 0 | WARN 0 | SKIP 81 | PASS 1867 ] > > proc.time() user system elapsed 13.29 1.04 170.15