R Under development (unstable) (2024-06-03 r86679 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 77 | PASS 1758 ] ══ Skipped tests (77) ══════════════════════════════════════════════════════════ • On CRAN (77): '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:46:3', 'test-data_codebook.R:51:3', 'test-data_codebook.R:62:3', 'test-data_codebook.R:73:3', 'test-data_codebook.R:83:3', 'test-data_codebook.R:95:3', 'test-data_codebook.R:113:3', 'test-data_codebook.R:130:3', 'test-data_codebook.R:139:3', 'test-data_codebook.R:148:3', 'test-data_codebook.R:169:3', 'test-data_codebook.R:200:3', 'test-data_partition.R:11:3', 'test-data_peek.R:32:3', 'test-data_read.R:8:1', 'test-data_modify.R:379:3', 'test-data_modify.R:388:3', '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:88:1', 'test-data_to_long.R:72:3', 'test-data_to_long.R:503: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:235:3', 'test-data_tabulate.R:241:3', 'test-data_tabulate.R:249:3', 'test-data_tabulate.R:305:3', 'test-data_tabulate.R:340:3', 'test-data_tabulate.R:377:3', 'test-data_tabulate.R:406:3', 'test-data_to_numeric.R:2:3', 'test-data_to_numeric.R:44:3', 'test-data_to_numeric.R:175:3', 'test-data_write.R:5:1', 'test-demean.R:12:3', 'test-demean.R:48:3', 'test-empty-dataframe.R:16:3', 'test-describe_distribution.R:97:3', 'test-describe_distribution.R:107:3', 'test-describe_distribution.R:287: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:51:3', 'test-rescale_weights.R:4:3', 'test-rescale_weights.R:13:3', 'test-reshape_ci.R:12:3', 'test-reshape_ci.R:25: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-smoothness.R:28:3', 'test-standardize_models.R:191:3', 'test-standardize_models.R:223:3', 'test-standardize_models.R:302:3', 'test-text_format.R:2:3', 'test-text_format.R:74:3', 'test-winsorization.R:8:3' [ FAIL 0 | WARN 0 | SKIP 77 | PASS 1758 ] > > proc.time() user system elapsed 11.87 0.81 162.18