Dimensionality control for data testing #24
1 errors, 6 fail, 21 skipped, 37 pass in 28s
1 files 5 suites 28s ⏱️
65 tests 37 ✅ 21 💤 6 ❌ 1 🔥
117 runs 87 ✅ 21 💤 7 ❌ 2 🔥
Results for commit 43337d7.
Annotations
Check warning on line 0 in rdata
github-actions / Unit Tests Summary
seed_works (rdata) failed
random.cdisc.data.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
identical(radsl(seed = 1), radsl(seed = 1)) is not TRUE ('test-rdata.R:48:3')
identical(radsl(seed = 1), radsl(seed = 1)) is not TRUE
`actual`: FALSE
`expected`: TRUE
Check warning on line 0 in utils
github-actions / Unit Tests Summary
sample_fct_works_as_expected (utils) failed
random.cdisc.data.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
`result` (`actual`) not identical to `expected` (`expected`). ('test-utils.R:13:3')
`result` (`actual`) not identical to `expected` (`expected`).
`actual`: "b" "b" "a" "b" "a"
`expected`: "a" "c" "a" "b" "a"
Check warning on line 0 in utils
github-actions / Unit Tests Summary
retain_works_as_expected (utils) failed
random.cdisc.data.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
`result` (`actual`) not equal to `expected` (`expected`). ('test-utils.R:79:3')
`result` (`actual`) not equal to `expected` (`expected`).
`actual`: NA NA NA NA NA NA 33 33 33 33
`expected`: NA NA NA 31 31 35 35 35 35 35
Check warning on line 0 in utils_dim_control_and_checks
github-actions / Unit Tests Summary
2 out of 3 runs failed: Checking_that_levels_are_reduced_correctly_for_multiple_variables_with_defaults (utils_dim_control_and_checks)
random.cdisc.data.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
`out <- reduce_num_levels_in_df(random.cdisc.data::cadae, "AEDECOD")` did not throw the expected message. ('test-utils_dim_control_and_checks.R:2:3')
`out <- reduce_num_levels_in_df(random.cdisc.data::cadae, "AEDECOD")` did not throw the expected message.
Check warning on line 0 in utils_dim_control_and_checks
github-actions / Unit Tests Summary
1 out of 2 runs failed: reduce_num_levels_in_df_num_max_values_works (utils_dim_control_and_checks)
random.cdisc.data.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
`... <- NULL` did not throw the expected message. ('test-utils_dim_control_and_checks.R:19:3')
`... <- NULL` did not throw the expected message.
Check warning on line 0 in utils_dim_control_and_checks
github-actions / Unit Tests Summary
1 out of 4 runs failed: reduce_num_levels_in_df_num_max_values_num_of_rare_values_works (utils_dim_control_and_checks)
random.cdisc.data.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
`... <- NULL` did not throw the expected message. ('test-utils_dim_control_and_checks.R:31:3')
`... <- NULL` did not throw the expected message.
Check failure on line 0 in utils_dim_control_and_checks
github-actions / Unit Tests Summary
All 2 runs with error: reduce_num_levels_in_df_add_specific_value_works (utils_dim_control_and_checks)
random.cdisc.data.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `eval(code, test_env)`: object 'cadae' not found ('test-utils_dim_control_and_checks.R:45:3')
Error in `eval(code, test_env)`: object 'cadae' not found
Backtrace:
x
1. +-cadae %>% mutate(AEDECOD = as.character(AEDECOD)) at test-utils_dim_control_and_checks.R:45:3
2. \-dplyr::mutate(., AEDECOD = as.character(AEDECOD))