CRAN Package Check Results for Package datawizard

Last updated on 2025-05-03 22:49:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 12.86 438.00 450.86 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.2 9.95 396.72 406.67 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.2 644.99 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.2 1110.10 ERROR
r-devel-windows-x86_64 1.0.2 14.00 307.00 321.00 ERROR
r-patched-linux-x86_64 1.0.2 16.46 421.78 438.24 ERROR
r-release-linux-x86_64 ERROR
r-release-macos-arm64 1.0.2 500.00 OK
r-release-macos-x86_64 1.0.2 851.00 OK
r-release-windows-x86_64 1.0.2 17.00 302.00 319.00 ERROR
r-oldrel-macos-arm64 1.0.2 399.00 OK
r-oldrel-macos-x86_64 1.0.2 766.00 OK
r-oldrel-windows-x86_64 1.0.2 20.00 390.00 410.00 ERROR

Check Details

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [329s/174s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(datawizard) > > test_check("datawizard") Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] ══ 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_peek.R:32:3', 'test-data_read.R:8:1', 'test-data_modify.R:389:3', 'test-data_modify.R:398: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:87:1', '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_to_numeric.R:2:3', 'test-data_to_numeric.R:44:3', 'test-data_to_numeric.R:175:3', 'test-data_to_long.R:72:3', 'test-data_to_long.R:496: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-ranktransform.R:67:3', 'test-normalize.R:30: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-text_format.R:2:3', 'test-text_format.R:74:3', 'test-standardize_models.R:210:3', 'test-standardize_models.R:241:3', 'test-standardize_models.R:320:3', 'test-winsorization.R:8:3' • {bayestesR} is not installed (1): 'test-data_summary.R:234:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-describe_distribution.R:289:3'): return NA in CI if sample is too sparse ── `... <- NULL` did not throw the expected warning. ── Failure ('test-describe_distribution.R:293:3'): return NA in CI if sample is too sparse ── res$CI_low (`actual`) not identical to NA (`expected`). `actual` is a double vector (2.64619257086999) `expected` is a logical vector (NA) ── Failure ('test-describe_distribution.R:294:3'): return NA in CI if sample is too sparse ── res$CI_high (`actual`) not identical to NA (`expected`). `actual` is a double vector (3.45308211143695) `expected` is a logical vector (NA) [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [321s/166s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(datawizard) > > test_check("datawizard") Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] ══ 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_peek.R:32:3', 'test-data_modify.R:389:3', 'test-data_modify.R:398: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-means_by_group.R:4:3', 'test-means_by_group.R:19:3', 'test-describe_distribution.R:95:3', 'test-describe_distribution.R:104:3', 'test-describe_distribution.R:281: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-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: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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-describe_distribution.R:289:3'): return NA in CI if sample is too sparse ── `... <- NULL` did not throw the expected warning. ── Failure ('test-describe_distribution.R:293:3'): return NA in CI if sample is too sparse ── res$CI_low (`actual`) not identical to NA (`expected`). `actual` is a double vector (2.64619257086999) `expected` is a logical vector (NA) ── Failure ('test-describe_distribution.R:294:3'): return NA in CI if sample is too sparse ── res$CI_high (`actual`) not identical to NA (`expected`). `actual` is a double vector (3.45308211143695) `expected` is a logical vector (NA) [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [454s/308s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(datawizard) > > test_check("datawizard") Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] ══ 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_read.R:8:1', 'test-data_peek.R:32: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: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-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: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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-describe_distribution.R:289:3'): return NA in CI if sample is too sparse ── `... <- NULL` did not throw the expected warning. ── Failure ('test-describe_distribution.R:293:3'): return NA in CI if sample is too sparse ── res$CI_low (`actual`) not identical to NA (`expected`). `actual` is a double vector (2.64619257086999) `expected` is a logical vector (NA) ── Failure ('test-describe_distribution.R:294:3'): return NA in CI if sample is too sparse ── res$CI_high (`actual`) not identical to NA (`expected`). `actual` is a double vector (3.45308211143695) `expected` is a logical vector (NA) [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [15m/10m] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(datawizard) > > test_check("datawizard") Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] ══ 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_peek.R:32:3', 'test-data_read.R:8:1', 'test-data_modify.R:389:3', 'test-data_modify.R:398: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:87:1', '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_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_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-ranktransform.R:67:3', 'test-normalize.R:30: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-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: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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-describe_distribution.R:289:3'): return NA in CI if sample is too sparse ── `... <- NULL` did not throw the expected warning. ── Failure ('test-describe_distribution.R:293:3'): return NA in CI if sample is too sparse ── res$CI_low (`actual`) not identical to NA (`expected`). `actual` is a double vector (2.64619257086999) `expected` is a logical vector (NA) ── Failure ('test-describe_distribution.R:294:3'): return NA in CI if sample is too sparse ── res$CI_high (`actual`) not identical to NA (`expected`). `actual` is a double vector (3.45308211143695) `expected` is a logical vector (NA) [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.0.2
Check: tests
Result: ERROR Running 'testthat.R' [167s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(datawizard) > > test_check("datawizard") Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] ══ 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_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_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: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-text_format.R:2:3', 'test-text_format.R:74:3', 'test-standardize_models.R:210:3', 'test-standardize_models.R:241:3', 'test-standardize_models.R:320:3', 'test-winsorization.R:8:3' • {bayestesR} is not installed (1): 'test-data_summary.R:234:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-describe_distribution.R:289:3'): return NA in CI if sample is too sparse ── `... <- NULL` did not throw the expected warning. ── Failure ('test-describe_distribution.R:293:3'): return NA in CI if sample is too sparse ── res$CI_low (`actual`) not identical to NA (`expected`). `actual` is a double vector (2.64619257086999) `expected` is a logical vector (NA) ── Failure ('test-describe_distribution.R:294:3'): return NA in CI if sample is too sparse ── res$CI_high (`actual`) not identical to NA (`expected`). `actual` is a double vector (3.45308211143695) `expected` is a logical vector (NA) [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [321s/170s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(datawizard) > > test_check("datawizard") Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] ══ 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_peek.R:32:3', 'test-data_modify.R:389:3', 'test-data_modify.R:398: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_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_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: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-rescale_weights.R:6:3', 'test-rescale_weights.R:31:3', 'test-rescale_weights.R:41: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-text_format.R:2:3', 'test-text_format.R:74:3', 'test-standardize_models.R:210:3', 'test-standardize_models.R:241:3', 'test-standardize_models.R:320:3', 'test-winsorization.R:8:3' • {bayestesR} is not installed (1): 'test-data_summary.R:234:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-describe_distribution.R:289:3'): return NA in CI if sample is too sparse ── `... <- NULL` did not throw the expected warning. ── Failure ('test-describe_distribution.R:293:3'): return NA in CI if sample is too sparse ── res$CI_low (`actual`) not identical to NA (`expected`). `actual` is a double vector (2.64619257086999) `expected` is a logical vector (NA) ── Failure ('test-describe_distribution.R:294:3'): return NA in CI if sample is too sparse ── res$CI_high (`actual`) not identical to NA (`expected`). `actual` is a double vector (3.45308211143695) `expected` is a logical vector (NA) [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [320s/166s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(datawizard) > > test_check("datawizard") Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] ══ 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_peek.R:32:3', 'test-data_read.R:8:1', 'test-data_modify.R:389:3', 'test-data_modify.R:398: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: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-ranktransform.R:67:3', 'test-normalize.R:30:3', 'test-rescale_weights.R:6:3', 'test-rescale_weights.R:31:3', 'test-rescale_weights.R:41: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-text_format.R:2:3', 'test-text_format.R:74:3', 'test-standardize_models.R:210:3', 'test-standardize_models.R:241:3', 'test-standardize_models.R:320:3', 'test-winsorization.R:8:3' • {bayestesR} is not installed (1): 'test-data_summary.R:234:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-describe_distribution.R:289:3'): return NA in CI if sample is too sparse ── `... <- NULL` did not throw the expected warning. ── Failure ('test-describe_distribution.R:293:3'): return NA in CI if sample is too sparse ── res$CI_low (`actual`) not identical to NA (`expected`). `actual` is a double vector (2.64619257086999) `expected` is a logical vector (NA) ── Failure ('test-describe_distribution.R:294:3'): return NA in CI if sample is too sparse ── res$CI_high (`actual`) not identical to NA (`expected`). `actual` is a double vector (3.45308211143695) `expected` is a logical vector (NA) [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 1.0.2
Check: tests
Result: ERROR Running 'testthat.R' [163s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(datawizard) > > test_check("datawizard") Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] ══ 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_peek.R:32:3', 'test-data_read.R:8:1', 'test-data_modify.R:389:3', 'test-data_modify.R:398: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: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-text_format.R:2:3', 'test-text_format.R:74:3', 'test-standardize_models.R:210:3', 'test-standardize_models.R:241:3', 'test-standardize_models.R:320:3', 'test-winsorization.R:8:3' • {bayestesR} is not installed (1): 'test-data_summary.R:234:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-describe_distribution.R:289:3'): return NA in CI if sample is too sparse ── `... <- NULL` did not throw the expected warning. ── Failure ('test-describe_distribution.R:293:3'): return NA in CI if sample is too sparse ── res$CI_low (`actual`) not identical to NA (`expected`). `actual` is a double vector (2.64619257086999) `expected` is a logical vector (NA) ── Failure ('test-describe_distribution.R:294:3'): return NA in CI if sample is too sparse ── res$CI_high (`actual`) not identical to NA (`expected`). `actual` is a double vector (3.45308211143695) `expected` is a logical vector (NA) [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 1.0.2
Check: tests
Result: ERROR Running 'testthat.R' [217s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(datawizard) > > test_check("datawizard") Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] ══ 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_peek.R:32:3', 'test-data_read.R:8:1', 'test-data_modify.R:389:3', 'test-data_modify.R:398: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: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-ranktransform.R:67:3', 'test-normalize.R:30:3', 'test-rescale_weights.R:6:3', 'test-rescale_weights.R:31:3', 'test-rescale_weights.R:41: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: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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-describe_distribution.R:289:3'): return NA in CI if sample is too sparse ── `... <- NULL` did not throw the expected warning. ── Failure ('test-describe_distribution.R:293:3'): return NA in CI if sample is too sparse ── res$CI_low (`actual`) not identical to NA (`expected`). `actual` is a double vector (2.64619257086999) `expected` is a logical vector (NA) ── Failure ('test-describe_distribution.R:294:3'): return NA in CI if sample is too sparse ── res$CI_high (`actual`) not identical to NA (`expected`). `actual` is a double vector (3.45308211143695) `expected` is a logical vector (NA) [ FAIL 3 | WARN 0 | SKIP 81 | PASS 1866 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.