CRAN Package Check Results for Maintainer ‘Alex Zwanenburg <alexander.zwanenburg at nct-dresden.de>’

Last updated on 2025-12-21 17:51:01 CET.

Package ERROR NOTE OK
familiar 4 3 6
power.transform 4 9

Package familiar

Current CRAN status: ERROR: 4, NOTE: 3, OK: 6

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [37s/23s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(familiar) > > suppressWarnings( + testthat::test_check("familiar"), + classes = c("deprecation_warning") + ) Starting 2 test processes. Saving _problems/test-sample_weights-4.R Saving _problems/test-transformation-9.R [ FAIL 2 | WARN 0 | SKIP 72 | PASS 511 ] ══ Skipped tests (72) ══════════════════════════════════════════════════════════ • On CRAN (71): 'test-0_plot_calibration.R:3:1', 'test-0_plot_ice_b.R:3:1', 'test-0_plot_ice_a.R:3:1', 'test-0_plot_sample_clustering_a.R:3:1', 'test-0_plot_sample_clustering_b.R:3:1', 'test-0_preprocessing_clustering.R:2:1', 'test-apply.R:2:1', 'test-as_data_object.R:1:1', 'test-batch_normalisation.R:2:1', 'test-collection_labels.R:2:1', 'test-0_vimp_rfsrc_S4.R:8:1', 'test-dynamic_model_loading.R:1:1', 'test-experiment_data.R:2:1', 'test-experimental_design.R:1:1', 'test-export_calibration_info.R:3:1', 'test-export_hyperparameters.R:3:1', 'test-export_ice.R:2:1', 'test-export_risk_stratification_info.R:2:1', 'test-export_prediction_data.R:2:1', 'test-export_sample_clustering.R:2:1', 'test-familiar_data_creation.R:2:1', 'test-function_wrappers.R:1:1', 'test-general_normalisation.R:1:1', 'test-hyperparameter_optimisation.R:2:1', 'test-imputation.R:2:1', 'test-learner_cox_s4.R:6:1', 'test-learner_glm_S4.R:6:1', 'test-learner_glmnet_S4.R:10:1', 'test-learner_mboost_lm_S4.R:5:1', 'test-learner_mboost_tree_S4.R:5:1', 'test-learner_naive_bayes_S4.R:6:1', 'test-learner_ranger_s4.R:7:1', 'test-learner_rfsrc_s4.R:7:1', 'test-learner_survival_regression_S4.R:7:1', 'test-learner_knn_S4.R:6:1', 'test-learner_svm_S4.R:11:1', 'test-learner_xgboost_dart_S4.R:7:1', 'test-learner_xgboost_lm_S4.R:7:1', 'test-learner_xgboost_tree_S4.R:7:1', 'test-metric_auc_roc_S4.R:4:1', 'test-metric_brier_S4.R:4:1', 'test-metric_concordance_index_S4.R:4:1', 'test-metric_regression_S4.R:6:1', 'test-naive_model.R:1:1', 'test-metric_confusion_matrix_metrics_S4.R:6:1', 'test-novelty_isolation_forest_S4.R:6:1', 'test-object_conversion.R:2:1', 'test-novelty_none_S4.R:6:1', 'test-parallel_backend.R:1:1', 'test-plot_auc_curves.R:3:1', 'test-plot_confusion_matrix.R:3:1', 'test-plot_feature_similarity.R:3:1', 'test-plot_decision_curve.R:3:1', 'test-plot_kaplan_meier_curve.R:3:1', 'test-plot_model_performance.R:3:1', 'test-plot_model_ranks.R:2:1', 'test-plot_permutation_variable_importance.R:3:1', 'test-plot_univariate_importance.R:3:1', 'test-predict.R:3:1', 'test-process_time.R:1:1', 'test-stratification.R:1:1', 'test-train_familiar.R:1:1', 'test-subsampling_functions.R:2:1', 'test-vimp_concordance_S4.R:5:1', 'test-vimp_corelearn_S4.R:11:1', 'test-vimp_correlation_S4.R:5:1', 'test-vimp_mutual_information_S4.R:7:1', 'test-vimp_ranger_S4.R:7:1', 'test-vimp_regression_S4.R:8:1', 'test-vimp_glmnet_S4.R:10:1', 'test-vimp_table.R:1:1' • Testing object updates should be done manually. (1): 'test-update_object.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-sample_weights.R:4:1'): (code run outside of `test_that()`) ──── Error in ``[.data.table`(temp_data, , `:=`("series_id", seq_len(.N)), by = c("sample_id", "batch_id"))`: attempt access index 3/3 in VECTOR_ELT Backtrace: ▆ 1. └─familiar:::test_create_good_data(outcome_type = "binomial") at test-sample_weights.R:4:1 2. ├─familiar::as_data_object(...) 3. └─familiar::as_data_object(...) 4. └─familiar (local) .local(data, ...) 5. └─familiar:::.finish_data_preparation(...) 6. ├─...[] 7. └─data.table:::`[.data.table`(...) ── Error ('test-transformation.R:7:3'): (code run outside of `test_that()`) ──── Error in ``[.data.table`(data, , `:=`("repetition_id", seq_len(.N)), by = c("sample_id", "batch_id", "series_id", outcome_cols))`: attempt access index 9/9 in VECTOR_ELT Backtrace: ▆ 1. └─familiar:::test_create_synthetic_series_data(...) at test-transformation.R:7:3 2. ├─familiar::as_data_object(...) 3. └─familiar::as_data_object(...) 4. └─familiar (local) .local(data, ...) 5. └─familiar:::.finish_data_preparation(...) 6. ├─...[] 7. └─data.table:::`[.data.table`(...) [ FAIL 2 | WARN 0 | SKIP 72 | PASS 511 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [23s/15s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(familiar) > > suppressWarnings( + testthat::test_check("familiar"), + classes = c("deprecation_warning") + ) Starting 2 test processes. Saving _problems/test-sample_weights-4.R Saving _problems/test-transformation-9.R [ FAIL 2 | WARN 0 | SKIP 72 | PASS 511 ] ══ Skipped tests (72) ══════════════════════════════════════════════════════════ • On CRAN (71): 'test-0_plot_calibration.R:3:1', 'test-0_plot_ice_a.R:3:1', 'test-0_plot_ice_b.R:3:1', 'test-0_plot_sample_clustering_a.R:3:1', 'test-0_plot_sample_clustering_b.R:3:1', 'test-0_preprocessing_clustering.R:2:1', 'test-apply.R:2:1', 'test-as_data_object.R:1:1', 'test-batch_normalisation.R:2:1', 'test-0_vimp_rfsrc_S4.R:8:1', 'test-collection_labels.R:2:1', 'test-dynamic_model_loading.R:1:1', 'test-experiment_data.R:2:1', 'test-experimental_design.R:1:1', 'test-export_calibration_info.R:3:1', 'test-export_hyperparameters.R:3:1', 'test-export_ice.R:2:1', 'test-export_prediction_data.R:2:1', 'test-export_risk_stratification_info.R:2:1', 'test-export_sample_clustering.R:2:1', 'test-familiar_data_creation.R:2:1', 'test-general_normalisation.R:1:1', 'test-hyperparameter_optimisation.R:2:1', 'test-function_wrappers.R:1:1', 'test-imputation.R:2:1', 'test-learner_cox_s4.R:6:1', 'test-learner_glm_S4.R:6:1', 'test-learner_glmnet_S4.R:10:1', 'test-learner_mboost_lm_S4.R:5:1', 'test-learner_mboost_tree_S4.R:5:1', 'test-learner_naive_bayes_S4.R:6:1', 'test-learner_ranger_s4.R:7:1', 'test-learner_rfsrc_s4.R:7:1', 'test-learner_survival_regression_S4.R:7:1', 'test-learner_knn_S4.R:6:1', 'test-learner_svm_S4.R:11:1', 'test-learner_xgboost_dart_S4.R:7:1', 'test-learner_xgboost_lm_S4.R:7:1', 'test-metric_auc_roc_S4.R:4:1', 'test-learner_xgboost_tree_S4.R:7:1', 'test-metric_brier_S4.R:4:1', 'test-metric_concordance_index_S4.R:4:1', 'test-metric_regression_S4.R:6:1', 'test-naive_model.R:1:1', 'test-metric_confusion_matrix_metrics_S4.R:6:1', 'test-novelty_isolation_forest_S4.R:6:1', 'test-novelty_none_S4.R:6:1', 'test-object_conversion.R:2:1', 'test-parallel_backend.R:1:1', 'test-plot_auc_curves.R:3:1', 'test-plot_confusion_matrix.R:3:1', 'test-plot_decision_curve.R:3:1', 'test-plot_feature_similarity.R:3:1', 'test-plot_kaplan_meier_curve.R:3:1', 'test-plot_model_performance.R:3:1', 'test-plot_model_ranks.R:2:1', 'test-plot_permutation_variable_importance.R:3:1', 'test-plot_univariate_importance.R:3:1', 'test-predict.R:3:1', 'test-process_time.R:1:1', 'test-stratification.R:1:1', 'test-train_familiar.R:1:1', 'test-subsampling_functions.R:2:1', 'test-vimp_corelearn_S4.R:11:1', 'test-vimp_concordance_S4.R:5:1', 'test-vimp_correlation_S4.R:5:1', 'test-vimp_mutual_information_S4.R:7:1', 'test-vimp_ranger_S4.R:7:1', 'test-vimp_regression_S4.R:8:1', 'test-vimp_table.R:1:1', 'test-vimp_glmnet_S4.R:10:1' • Testing object updates should be done manually. (1): 'test-update_object.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-sample_weights.R:4:1'): (code run outside of `test_that()`) ──── Error in ``[.data.table`(temp_data, , `:=`("series_id", seq_len(.N)), by = c("sample_id", "batch_id"))`: attempt access index 3/3 in VECTOR_ELT Backtrace: ▆ 1. └─familiar:::test_create_good_data(outcome_type = "binomial") at test-sample_weights.R:4:1 2. ├─familiar::as_data_object(...) 3. └─familiar::as_data_object(...) 4. └─familiar (local) .local(data, ...) 5. └─familiar:::.finish_data_preparation(...) 6. ├─...[] 7. └─data.table:::`[.data.table`(...) ── Error ('test-transformation.R:7:3'): (code run outside of `test_that()`) ──── Error in ``[.data.table`(data, , `:=`("repetition_id", seq_len(.N)), by = c("sample_id", "batch_id", "series_id", outcome_cols))`: attempt access index 9/9 in VECTOR_ELT Backtrace: ▆ 1. └─familiar:::test_create_synthetic_series_data(...) at test-transformation.R:7:3 2. ├─familiar::as_data_object(...) 3. └─familiar::as_data_object(...) 4. └─familiar (local) .local(data, ...) 5. └─familiar:::.finish_data_preparation(...) 6. ├─...[] 7. └─data.table:::`[.data.table`(...) [ FAIL 2 | WARN 0 | SKIP 72 | PASS 511 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [57s/57s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(familiar) > > suppressWarnings( + testthat::test_check("familiar"), + classes = c("deprecation_warning") + ) Starting 2 test processes. Saving _problems/test-sample_weights-4.R Saving _problems/test-transformation-9.R [ FAIL 2 | WARN 0 | SKIP 72 | PASS 511 ] ══ Skipped tests (72) ══════════════════════════════════════════════════════════ • On CRAN (71): 'test-0_plot_calibration.R:3:1', 'test-0_plot_ice_a.R:3:1', 'test-0_plot_ice_b.R:3:1', 'test-0_plot_sample_clustering_b.R:3:1', 'test-0_plot_sample_clustering_a.R:3:1', 'test-0_preprocessing_clustering.R:2:1', 'test-apply.R:2:1', 'test-as_data_object.R:1:1', 'test-batch_normalisation.R:2:1', 'test-collection_labels.R:2:1', 'test-0_vimp_rfsrc_S4.R:8:1', 'test-dynamic_model_loading.R:1:1', 'test-experimental_design.R:1:1', 'test-export_calibration_info.R:3:1', 'test-experiment_data.R:2:1', 'test-export_hyperparameters.R:3:1', 'test-export_ice.R:2:1', 'test-export_risk_stratification_info.R:2:1', 'test-export_prediction_data.R:2:1', 'test-familiar_data_creation.R:2:1', 'test-export_sample_clustering.R:2:1', 'test-function_wrappers.R:1:1', 'test-general_normalisation.R:1:1', 'test-imputation.R:2:1', 'test-hyperparameter_optimisation.R:2:1', 'test-learner_cox_s4.R:6:1', 'test-learner_glm_S4.R:6:1', 'test-learner_glmnet_S4.R:10:1', 'test-learner_mboost_lm_S4.R:5:1', 'test-learner_mboost_tree_S4.R:5:1', 'test-learner_naive_bayes_S4.R:6:1', 'test-learner_ranger_s4.R:7:1', 'test-learner_rfsrc_s4.R:7:1', 'test-learner_survival_regression_S4.R:7:1', 'test-learner_knn_S4.R:6:1', 'test-learner_xgboost_dart_S4.R:7:1', 'test-learner_svm_S4.R:11:1', 'test-learner_xgboost_lm_S4.R:7:1', 'test-learner_xgboost_tree_S4.R:7:1', 'test-metric_auc_roc_S4.R:4:1', 'test-metric_brier_S4.R:4:1', 'test-metric_concordance_index_S4.R:4:1', 'test-metric_confusion_matrix_metrics_S4.R:6:1', 'test-naive_model.R:1:1', 'test-novelty_isolation_forest_S4.R:6:1', 'test-metric_regression_S4.R:6:1', 'test-novelty_none_S4.R:6:1', 'test-object_conversion.R:2:1', 'test-parallel_backend.R:1:1', 'test-plot_auc_curves.R:3:1', 'test-plot_confusion_matrix.R:3:1', 'test-plot_decision_curve.R:3:1', 'test-plot_feature_similarity.R:3:1', 'test-plot_kaplan_meier_curve.R:3:1', 'test-plot_model_performance.R:3:1', 'test-plot_permutation_variable_importance.R:3:1', 'test-plot_univariate_importance.R:3:1', 'test-plot_model_ranks.R:2:1', 'test-process_time.R:1:1', 'test-predict.R:3:1', 'test-stratification.R:1:1', 'test-train_familiar.R:1:1', 'test-subsampling_functions.R:2:1', 'test-vimp_concordance_S4.R:5:1', 'test-vimp_corelearn_S4.R:11:1', 'test-vimp_correlation_S4.R:5:1', 'test-vimp_mutual_information_S4.R:7:1', 'test-vimp_ranger_S4.R:7:1', 'test-vimp_regression_S4.R:8:1', 'test-vimp_table.R:1:1', 'test-vimp_glmnet_S4.R:10:1' • Testing object updates should be done manually. (1): 'test-update_object.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-sample_weights.R:4:1'): (code run outside of `test_that()`) ──── Error in ``[.data.table`(temp_data, , `:=`("series_id", seq_len(.N)), by = c("sample_id", "batch_id"))`: attempt access index 3/3 in VECTOR_ELT Backtrace: ▆ 1. └─familiar:::test_create_good_data(outcome_type = "binomial") at test-sample_weights.R:4:1 2. ├─familiar::as_data_object(...) 3. └─familiar::as_data_object(...) 4. └─familiar (local) .local(data, ...) 5. └─familiar:::.finish_data_preparation(...) 6. ├─...[] 7. └─data.table:::`[.data.table`(...) ── Error ('test-transformation.R:7:3'): (code run outside of `test_that()`) ──── Error in ``[.data.table`(data, , `:=`("repetition_id", seq_len(.N)), by = c("sample_id", "batch_id", "series_id", outcome_cols))`: attempt access index 9/9 in VECTOR_ELT Backtrace: ▆ 1. └─familiar:::test_create_synthetic_series_data(...) at test-transformation.R:7:3 2. ├─familiar::as_data_object(...) 3. └─familiar::as_data_object(...) 4. └─familiar (local) .local(data, ...) 5. └─familiar:::.finish_data_preparation(...) 6. ├─...[] 7. └─data.table:::`[.data.table`(...) [ FAIL 2 | WARN 0 | SKIP 72 | PASS 511 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [54s/47s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(familiar) > > suppressWarnings( + testthat::test_check("familiar"), + classes = c("deprecation_warning") + ) Starting 2 test processes. Saving _problems/test-sample_weights-4.R Saving _problems/test-transformation-9.R [ FAIL 2 | WARN 0 | SKIP 72 | PASS 511 ] ══ Skipped tests (72) ══════════════════════════════════════════════════════════ • On CRAN (71): 'test-0_plot_calibration.R:3:1', 'test-0_plot_ice_a.R:3:1', 'test-0_plot_ice_b.R:3:1', 'test-0_plot_sample_clustering_b.R:3:1', 'test-0_plot_sample_clustering_a.R:3:1', 'test-0_preprocessing_clustering.R:2:1', 'test-apply.R:2:1', 'test-as_data_object.R:1:1', 'test-batch_normalisation.R:2:1', 'test-0_vimp_rfsrc_S4.R:8:1', 'test-collection_labels.R:2:1', 'test-dynamic_model_loading.R:1:1', 'test-experiment_data.R:2:1', 'test-experimental_design.R:1:1', 'test-export_calibration_info.R:3:1', 'test-export_hyperparameters.R:3:1', 'test-export_ice.R:2:1', 'test-export_prediction_data.R:2:1', 'test-export_risk_stratification_info.R:2:1', 'test-export_sample_clustering.R:2:1', 'test-familiar_data_creation.R:2:1', 'test-function_wrappers.R:1:1', 'test-general_normalisation.R:1:1', 'test-hyperparameter_optimisation.R:2:1', 'test-imputation.R:2:1', 'test-learner_cox_s4.R:6:1', 'test-learner_glm_S4.R:6:1', 'test-learner_glmnet_S4.R:10:1', 'test-learner_mboost_lm_S4.R:5:1', 'test-learner_mboost_tree_S4.R:5:1', 'test-learner_naive_bayes_S4.R:6:1', 'test-learner_ranger_s4.R:7:1', 'test-learner_rfsrc_s4.R:7:1', 'test-learner_survival_regression_S4.R:7:1', 'test-learner_knn_S4.R:6:1', 'test-learner_svm_S4.R:11:1', 'test-learner_xgboost_dart_S4.R:7:1', 'test-learner_xgboost_lm_S4.R:7:1', 'test-metric_auc_roc_S4.R:4:1', 'test-learner_xgboost_tree_S4.R:7:1', 'test-metric_brier_S4.R:4:1', 'test-metric_concordance_index_S4.R:4:1', 'test-metric_confusion_matrix_metrics_S4.R:6:1', 'test-metric_regression_S4.R:6:1', 'test-naive_model.R:1:1', 'test-novelty_none_S4.R:6:1', 'test-novelty_isolation_forest_S4.R:6:1', 'test-object_conversion.R:2:1', 'test-parallel_backend.R:1:1', 'test-plot_auc_curves.R:3:1', 'test-plot_confusion_matrix.R:3:1', 'test-plot_decision_curve.R:3:1', 'test-plot_feature_similarity.R:3:1', 'test-plot_kaplan_meier_curve.R:3:1', 'test-plot_model_performance.R:3:1', 'test-plot_model_ranks.R:2:1', 'test-plot_permutation_variable_importance.R:3:1', 'test-plot_univariate_importance.R:3:1', 'test-predict.R:3:1', 'test-process_time.R:1:1', 'test-stratification.R:1:1', 'test-subsampling_functions.R:2:1', 'test-train_familiar.R:1:1', 'test-vimp_concordance_S4.R:5:1', 'test-vimp_corelearn_S4.R:11:1', 'test-vimp_correlation_S4.R:5:1', 'test-vimp_mutual_information_S4.R:7:1', 'test-vimp_ranger_S4.R:7:1', 'test-vimp_glmnet_S4.R:10:1', 'test-vimp_regression_S4.R:8:1', 'test-vimp_table.R:1:1' • Testing object updates should be done manually. (1): 'test-update_object.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-sample_weights.R:4:1'): (code run outside of `test_that()`) ──── Error in ``[.data.table`(temp_data, , `:=`("series_id", seq_len(.N)), by = c("sample_id", "batch_id"))`: attempt access index 3/3 in VECTOR_ELT Backtrace: ▆ 1. └─familiar:::test_create_good_data(outcome_type = "binomial") at test-sample_weights.R:4:1 2. ├─familiar::as_data_object(...) 3. └─familiar::as_data_object(...) 4. └─familiar (local) .local(data, ...) 5. └─familiar:::.finish_data_preparation(...) 6. ├─...[] 7. └─data.table:::`[.data.table`(...) ── Error ('test-transformation.R:7:3'): (code run outside of `test_that()`) ──── Error in ``[.data.table`(data, , `:=`("repetition_id", seq_len(.N)), by = c("sample_id", "batch_id", "series_id", outcome_cols))`: attempt access index 9/9 in VECTOR_ELT Backtrace: ▆ 1. └─familiar:::test_create_synthetic_series_data(...) at test-transformation.R:7:3 2. ├─familiar::as_data_object(...) 3. └─familiar::as_data_object(...) 4. └─familiar (local) .local(data, ...) 5. └─familiar:::.finish_data_preparation(...) 6. ├─...[] 7. └─data.table:::`[.data.table`(...) [ FAIL 2 | WARN 0 | SKIP 72 | PASS 511 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.5.0
Check: installed package size
Result: NOTE installed size is 6.3Mb sub-directories of 1Mb or more: R 4.0Mb help 1.2Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package power.transform

Current CRAN status: ERROR: 4, OK: 9

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [127s/74s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(power.transform) > > test_check("power.transform") Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-165.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-165.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R p-value could not be determined. Saving _problems/test-goodness-of-fit-283.R [ FAIL 193 | WARN 61 | SKIP 0 | PASS 431 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:165:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.05. Actual comparison: NA >= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:165:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.05. Actual comparison: NA >= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Error ('test-goodness-of-fit.R:276:5'): Non-normal transformations are correctly rejected. ── Error in `if (gof_test_p < empirical_gof_normality_p_value) { rlang::warn(message = paste0("The p-value of the transformed data (", gof_test_p, ") is below the required ", "significance level (", empirical_gof_normality_p_value, "). ", "The transformation is rejected, and data are kept as is."), class = "power_transform_no_transform") object <- methods::new("transformationNone") object <- .set_transformation_parameters(object = object, x = x, lambda = lambda, ...) }`: missing value where TRUE/FALSE needed Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-goodness-of-fit.R:276:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─power.transform::find_transformation_parameters(...) [ FAIL 193 | WARN 61 | SKIP 0 | PASS 431 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [110s/78s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(power.transform) > > test_check("power.transform") Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-165.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-165.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R p-value could not be determined. Saving _problems/test-goodness-of-fit-283.R [ FAIL 193 | WARN 61 | SKIP 0 | PASS 431 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:165:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.05. Actual comparison: NA >= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:165:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.05. Actual comparison: NA >= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Error ('test-goodness-of-fit.R:276:5'): Non-normal transformations are correctly rejected. ── Error in `if (gof_test_p < empirical_gof_normality_p_value) { rlang::warn(message = paste0("The p-value of the transformed data (", gof_test_p, ") is below the required ", "significance level (", empirical_gof_normality_p_value, "). ", "The transformation is rejected, and data are kept as is."), class = "power_transform_no_transform") object <- methods::new("transformationNone") object <- .set_transformation_parameters(object = object, x = x, lambda = lambda, ...) }`: missing value where TRUE/FALSE needed Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-goodness-of-fit.R:276:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─power.transform::find_transformation_parameters(...) [ FAIL 193 | WARN 61 | SKIP 0 | PASS 431 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [136s/157s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(power.transform) > > test_check("power.transform") Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-165.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-165.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R p-value could not be determined. Saving _problems/test-goodness-of-fit-283.R [ FAIL 193 | WARN 61 | SKIP 0 | PASS 431 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:165:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.05. Actual comparison: NA >= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:165:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.05. Actual comparison: NA >= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Error ('test-goodness-of-fit.R:276:5'): Non-normal transformations are correctly rejected. ── Error in `if (gof_test_p < empirical_gof_normality_p_value) { rlang::warn(message = paste0("The p-value of the transformed data (", gof_test_p, ") is below the required ", "significance level (", empirical_gof_normality_p_value, "). ", "The transformation is rejected, and data are kept as is."), class = "power_transform_no_transform") object <- methods::new("transformationNone") object <- .set_transformation_parameters(object = object, x = x, lambda = lambda, ...) }`: missing value where TRUE/FALSE needed Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-goodness-of-fit.R:276:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─power.transform::find_transformation_parameters(...) [ FAIL 193 | WARN 61 | SKIP 0 | PASS 431 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [135s/221s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(power.transform) > > test_check("power.transform") Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-131.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-247.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-165.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-165.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-108.R Saving _problems/test-goodness-of-fit-137.R Saving _problems/test-goodness-of-fit-168.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R Saving _problems/test-goodness-of-fit-85.R Saving _problems/test-goodness-of-fit-105.R Saving _problems/test-goodness-of-fit-133.R Saving _problems/test-goodness-of-fit-158.R Saving _problems/test-goodness-of-fit-188.R Saving _problems/test-goodness-of-fit-207.R Saving _problems/test-goodness-of-fit-226.R Saving _problems/test-goodness-of-fit-249.R p-value could not be determined. Saving _problems/test-goodness-of-fit-283.R [ FAIL 193 | WARN 61 | SKIP 0 | PASS 431 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (1; n: 100; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (2; n: 100; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (3; n: 100; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (4; n: 100; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (5; n: 100; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (6; n: 100; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (7; n: 100; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (8; n: 100; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (9; n: 100; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (10; n: 100; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (11; n: 100; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:131:13'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.35. Actual comparison: NA >= 0.3 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:247:11'): Assessing transformation goodness generates the correct results. (12; n: 100; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (1; n: 1000; method: box_cox; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (2; n: 1000; method: box_cox; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (3; n: 1000; method: box_cox; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (4; n: 1000; method: box_cox; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:165:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.05. Actual comparison: NA >= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (5; n: 1000; method: yeo_johnson; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:165:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.05. Actual comparison: NA >= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (6; n: 1000; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (7; n: 1000; method: yeo_johnson; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:108:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:137:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:168:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.05. Actual comparison: NA <= 0.05 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (8; n: 1000; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (9; n: 1000; method: none; robust: FALSE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (10; n: 1000; method: none; robust: FALSE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (11; n: 1000; method: none; robust: TRUE; invariant: FALSE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Failure ('test-goodness-of-fit.R:85:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:105:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:133:13'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.2. Actual comparison: NA >= 0.2 ── Failure ('test-goodness-of-fit.R:158:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:188:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.01. Actual comparison: NA >= 0.01 ── Failure ('test-goodness-of-fit.R:207:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.6. Actual comparison: NA >= 0.6 ── Failure ('test-goodness-of-fit.R:226:9'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` > 0.1. Actual comparison: NA <= 0.1 ── Failure ('test-goodness-of-fit.R:249:11'): Assessing transformation goodness generates the correct results. (12; n: 1000; method: none; robust: TRUE; invariant: TRUE) ── Expected `p_value` < 0.1. Actual comparison: NA >= 0.1 ── Error ('test-goodness-of-fit.R:276:5'): Non-normal transformations are correctly rejected. ── Error in `if (gof_test_p < empirical_gof_normality_p_value) { rlang::warn(message = paste0("The p-value of the transformed data (", gof_test_p, ") is below the required ", "significance level (", empirical_gof_normality_p_value, "). ", "The transformation is rejected, and data are kept as is."), class = "power_transform_no_transform") object <- methods::new("transformationNone") object <- .set_transformation_parameters(object = object, x = x, lambda = lambda, ...) }`: missing value where TRUE/FALSE needed Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-goodness-of-fit.R:276:5 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─power.transform::find_transformation_parameters(...) [ FAIL 193 | WARN 61 | SKIP 0 | PASS 431 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc