Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty-Commit #173

Closed
wants to merge 1 commit into from

Empty-Commit

1f48c26
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Empty-Commit #173

Empty-Commit
1f48c26
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Tests Summary failed Nov 28, 2024 in 0s

102 errors, 30 skipped, 111 pass in 2m 54s

  1 files  111 suites   2m 54s ⏱️
243 tests 111 ✅  30 💤 0 ❌ 102 🔥
463 runs  221 ✅ 140 💤 0 ❌ 102 🔥

Results for commit 1f48c26.

Annotations

Check failure on line 0 in pagination_table

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

Direct_pagination_with_standard_values (pagination_table) with error

scda.test.Rcheck/tests/testthat/junit-result.xml [took 1s]
Raw output
Error in `if (length(which_is_fist_nzchar) == 1 && which_is_fist_nzchar >  ('test-pagination_table.R:62:3')
Error in `if (length(which_is_fist_nzchar) == 1 && which_is_fist_nzchar > 
    1) {
    tl <- tl[-seq(which_is_fist_nzchar)]
}`: missing value where TRUE/FALSE needed
Backtrace:
     x
  1. +-testthat::expect_silent(paginate_table(raw_result, font_size = 12)) at test-pagination_table.R:62:3
  2. | \-testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
  3. |   +-testthat (local) .capture(...)
  4. |   | +-withr::with_output_sink(...)
  5. |   | | \-base::force(code)
  6. |   | +-base::withCallingHandlers(...)
  7. |   | \-base::withVisible(code)
  8. |   \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
  9. \-rtables::paginate_table(raw_result, font_size = 12)
 10.   +-formatters::propose_column_widths(...)
 11.   | \-methods::is(x, "MatrixPrintForm")
 12.   +-formatters::matrix_form(...)
 13.   \-rtables::matrix_form(...)
 14.     \-formatters::MatrixPrintForm(...)
 15.       \-formatters:::mform_handle_newlines(ret)

Check failure on line 0 in pagination_table

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

Pagination_with_specific_column_widths_and_minimum_lines_per_page (pagination_table) with error

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `if (length(which_is_fist_nzchar) == 1 && which_is_fist_nzchar >  ('test-pagination_table.R:69:3')
Error in `if (length(which_is_fist_nzchar) == 1 && which_is_fist_nzchar > 
    1) {
    tl <- tl[-seq(which_is_fist_nzchar)]
}`: missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-formatters::propose_column_widths(raw_result) at test-pagination_table.R:69:3
 2.   +-formatters::matrix_form(...)
 3.   \-rtables::matrix_form(...)
 4.     \-formatters::MatrixPrintForm(...)
 5.       \-formatters:::mform_handle_newlines(ret)

Check failure on line 0 in pagination_table

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

Pagination_works_also_if_table_is_decorated (pagination_table) with error

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `if (length(which_is_fist_nzchar) == 1 && which_is_fist_nzchar >  ('test-pagination_table.R:99:3')
Error in `if (length(which_is_fist_nzchar) == 1 && which_is_fist_nzchar > 
    1) {
    tl <- tl[-seq(which_is_fist_nzchar)]
}`: missing value where TRUE/FALSE needed
Backtrace:
     x
  1. +-testthat::expect_silent(paginate_table(raw_result, lpp = 13)) at test-pagination_table.R:99:3
  2. | \-testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
  3. |   +-testthat (local) .capture(...)
  4. |   | +-withr::with_output_sink(...)
  5. |   | | \-base::force(code)
  6. |   | +-base::withCallingHandlers(...)
  7. |   | \-base::withVisible(code)
  8. |   \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
  9. \-rtables::paginate_table(raw_result, lpp = 13)
 10.   +-formatters::propose_column_widths(...)
 11.   | \-methods::is(x, "MatrixPrintForm")
 12.   +-formatters::matrix_form(...)
 13.   \-rtables::matrix_form(...)
 14.     \-formatters::MatrixPrintForm(...)
 15.       \-formatters:::mform_handle_newlines(ret)

Check failure on line 0 in pagination_table

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET04_variant_2_page_by_pagination_tests (pagination_table)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `if (length(which_is_fist_nzchar) == 1 && which_is_fist_nzchar >  ('test-pagination_table.R:212:3')
Error in `if (length(which_is_fist_nzchar) == 1 && which_is_fist_nzchar > 
    1) {
    tl <- tl[-seq(which_is_fist_nzchar)]
}`: missing value where TRUE/FALSE needed
Backtrace:
     x
  1. +-testthat::expect_silent(paginate_table(res)) at test-pagination_table.R:212:3
  2. | \-testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
  3. |   +-testthat (local) .capture(...)
  4. |   | +-withr::with_output_sink(...)
  5. |   | | \-base::force(code)
  6. |   | +-base::withCallingHandlers(...)
  7. |   | \-base::withVisible(code)
  8. |   \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
  9. \-rtables::paginate_table(res)
 10.   +-formatters::propose_column_widths(...)
 11.   | \-methods::is(x, "MatrixPrintForm")
 12.   +-formatters::matrix_form(...)
 13.   \-rtables::matrix_form(...)
 14.     \-formatters::MatrixPrintForm(...)
 15.       \-formatters:::mform_handle_newlines(ret)

Check failure on line 0 in table_aet01

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: Safety_Summary_Variant_1_works_as_expected (table_aet01)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet01.R:105:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet01.R:105:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet01

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: Safety_Summary_Variant_2_with_Medical_Concepts_Section_works_as_expected (table_aet01)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet01.R:172:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet01.R:172:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet01

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: Safety_Summary_Variant_3_with_Modified_Rows_works_as_expected (table_aet01)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet01.R:233:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet01.R:233:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet01

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: Safety_Summary_Variant_4_with_Rows_Counting_Events_and_Additional_Sections_works_as_expected (table_aet01)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet01.R:310:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet01.R:310:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet01_aesi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET01_AESI_Variant_1_works_as_expected (table_aet01_aesi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet01_aesi.R:115:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet01_aesi.R:115:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet01_aesi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET01_AESI_Variant_2_works_as_expected (table_aet01_aesi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet01_aesi.R:181:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet01_aesi.R:181:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet01_aesi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET01_AESI_Variant_3_works_as_expected (table_aet01_aesi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet01_aesi.R:410:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet01_aesi.R:410:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet02_smq

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET02SMQ_variant_1_is_produced_correctly (table_aet02_smq)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet02_smq.R:52:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet02_smq.R:52:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet02_smq

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET02SMQ_variant_2_is_produced_correctly (table_aet02_smq)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet02_smq.R:91:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet02_smq.R:91:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet04_pi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET04_PI_full_table_is_produced_correctly (table_aet04_pi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet04_pi.R:66:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet04_pi.R:66:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet04_pi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET04_PI_variant_1_is_produced_correctly (table_aet04_pi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet04_pi.R:88:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet04_pi.R:88:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet04_pi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET04_PI_variant_2_is_produced_correctly (table_aet04_pi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet04_pi.R:111:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet04_pi.R:111:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet04_pi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET04_PI_variant_3_is_produced_correctly (table_aet04_pi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet04_pi.R:134:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet04_pi.R:134:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet04_pi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET04_PI_variant_4_is_produced_correctly (table_aet04_pi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet04_pi.R:158:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet04_pi.R:158:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet04_pi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET04_PI_variant_5_is_produced_correctly (table_aet04_pi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet04_pi.R:182:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet04_pi.R:182:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet04_pi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET04_PI_variant_6_is_produced_correctly (table_aet04_pi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet04_pi.R:233:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet04_pi.R:233:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet04_pi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET04_PI_variant_7_is_produced_correctly (table_aet04_pi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet04_pi.R:284:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet04_pi.R:284:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet04_pi

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET04_PI_variant_8_is_produced_correctly (table_aet04_pi)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet04_pi.R:318:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet04_pi.R:318:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet05

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET05_variant_1_is_produced_correctly (table_aet05)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet05.R:38:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet05.R:38:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet05

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET05_variant_2_is_produced_correctly (table_aet05)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet05.R:53:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet05.R:53:3
 2.   \-rlang::cnd_signal(state$error)

Check failure on line 0 in table_aet05_all

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

1 out of 2 runs with error: AET05_ALL_variant_1_is_produced_correctly (table_aet05_all)

scda.test.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed ('test-table_aet05_all.R:32:3')
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'x' in selecting a method for function 'toString': missing value where TRUE/FALSE needed
Backtrace:
    x
 1. \-testthat::expect_snapshot(res) at test-table_aet05_all.R:32:3
 2.   \-rlang::cnd_signal(state$error)