R Under development (unstable) (2023-12-20 r85713 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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 69 | PASS 1649 ] ══ Skipped tests (69) ══════════════════════════════════════════════════════════ • On CRAN (69): '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_to_factor.R:88:1', 'test-data_to_long.R:72:3', 'test-data_tabulate.R:112:3', 'test-data_tabulate.R:117:3', 'test-data_tabulate.R:124:3', 'test-data_tabulate.R:131:3', 'test-data_tabulate.R:187:3', 'test-data_tabulate.R:192:3', 'test-data_tabulate.R:199: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:42: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-ranktransform.R:51:3', 'test-normalize.R:30: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-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:192:3', 'test-standardize_models.R:224:3', 'test-standardize_models.R:303:3', 'test-text_format.R:2:3', 'test-text_format.R:74:3', 'test-winsorization.R:8:3' [ FAIL 0 | WARN 0 | SKIP 69 | PASS 1649 ] > > proc.time() user system elapsed 6.37 0.39 22.68