split package #12
7 errors, 2 fail, 4 pass in 6s
Annotations
Check failure on line 0 in Exporting_to_txt_pdf_rtf_and_docx
github-actions / Unit Tests Summary
export_as_txt_works_with_wrapping (Exporting_to_txt_pdf_rtf_and_docx) with error
rtables.officer.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `eval(code, test_env)`: object 'tt_for_wrap' not found ('test-exporters.R:30:3')
Error in `eval(code, test_env)`: object 'tt_for_wrap' not found
Backtrace:
▆
1. └─formatters::export_as_txt(...) at test-exporters.R:30:3
2. └─formatters:::.is_list_of_tables_or_listings(x)
3. └─methods::is(a_list, "list")
Check failure on line 0 in Exporting_to_txt_pdf_rtf_and_docx
github-actions / Unit Tests Summary
tsv_roundtripping_for_path_enriched_df (Exporting_to_txt_pdf_rtf_and_docx) with error
rtables.officer.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `tt_to_export()`: could not find function "tt_to_export" ('test-exporters.R:124:3')
Error in `tt_to_export()`: could not find function "tt_to_export"
Check failure on line 0 in Exporting_to_txt_pdf_rtf_and_docx
github-actions / Unit Tests Summary
export_as_pdf_works (Exporting_to_txt_pdf_rtf_and_docx) with error
rtables.officer.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `tt_to_export()`: could not find function "tt_to_export" ('test-exporters.R:145:3')
Error in `tt_to_export()`: could not find function "tt_to_export"
Check failure on line 0 in Exporting_to_txt_pdf_rtf_and_docx
github-actions / Unit Tests Summary
exporting_pdf_does_the_inset (Exporting_to_txt_pdf_rtf_and_docx) with error
rtables.officer.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `tt_to_export()`: could not find function "tt_to_export" ('test-exporters.R:205:3')
Error in `tt_to_export()`: could not find function "tt_to_export"
Check failure on line 0 in Exporting_to_txt_pdf_rtf_and_docx
github-actions / Unit Tests Summary
export_as_rtf_works (Exporting_to_txt_pdf_rtf_and_docx) with error
rtables.officer.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `tt_to_export()`: could not find function "tt_to_export" ('test-exporters.R:224:3')
Error in `tt_to_export()`: could not find function "tt_to_export"
Check failure on line 0 in Exporting_to_txt_pdf_rtf_and_docx
github-actions / Unit Tests Summary
export_as_doc_works_thanks_to_tt_to_flextable (Exporting_to_txt_pdf_rtf_and_docx) with error
rtables.officer.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `make_big_lyt()`: could not find function "make_big_lyt" ('test-exporters.R:237:3')
Error in `make_big_lyt()`: could not find function "make_big_lyt"
Check warning on line 0 in Exporting_to_txt_pdf_rtf_and_docx
github-actions / Unit Tests Summary
export_as_doc_produces_a_warning_if_manual_column_widths_are_used (Exporting_to_txt_pdf_rtf_and_docx) failed
rtables.officer.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
`export_as_docx(tbl, colwidths = c(1, 2), file = doc_file, section_properties = section_properties_default())` did not produce any warnings. ('test-exporters.R:287:3')
`export_as_docx(tbl, colwidths = c(1, 2), file = doc_file, section_properties = section_properties_default())` did not produce any warnings.
Check warning on line 0 in tt_as_flextable
github-actions / Unit Tests Summary
1 out of 8 runs failed: Can_create_flextable_object_that_works_with_different_styles (tt_as_flextable)
rtables.officer.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
sum(unlist(nrow(ft))) not equal to 20. ('test-tt_as_flextable.R:25:3')
sum(unlist(nrow(ft))) not equal to 20.
1/1 mismatches
[1] 10 - 20 == -10
Check failure on line 0 in tt_as_flextable
github-actions / Unit Tests Summary
check_pagination (tt_as_flextable) with error
rtables.officer.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `pos_to_path(tree_pos(y))`: could not find function "pos_to_path" ('test-tt_as_flextable.R:145:3')
Error in `pos_to_path(tree_pos(y))`: could not find function "pos_to_path"
Backtrace:
▆
1. ├─testthat::expect_silent(...) at test-tt_as_flextable.R:145: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.officer::tt_to_flextable(tbl, paginate = TRUE, lpp = 100)
10. └─base::lapply(...)
11. └─rtables.officer (local) FUN(X[[i]], ...)
12. └─rtables.officer:::.figure_out_colinds(tb, tt)
13. └─rtables.officer:::.tab_to_colpath_set(subtab)
14. └─base::vapply(...)
15. └─rtables.officer (local) FUN(X[[i]], ...)
16. └─base::paste(pos_to_path(tree_pos(y)), collapse = " ")