add page number #333
GitHub Actions / Unit Tests Summary
failed
Jan 4, 2024 in 0s
3 errors, 32 pass in 6s
Annotations
Check failure on line 0 in exporters
github-actions / Unit Tests Summary
exporters_work (exporters) with error
formatters.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `sprintf(paste0("%", cpp, "s\n"), page_nums)`: invalid format '%NA'; use format %s for character objects ('test-exporters.R:35:3')
Error in `sprintf(paste0("%", cpp, "s\n"), page_nums)`: invalid format '%NA'; use format %s for character objects
Backtrace:
▆
1. └─formatters::export_as_txt(...) at test-exporters.R:35:3
2. └─base::sprintf(paste0("%", cpp, "s\n"), page_nums)
Check failure on line 0 in exporters
github-actions / Unit Tests Summary
export_as_txt_maintains_repeated_columns_when_paginate_is_TRUE (exporters) with error
formatters.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `export_as_txt(dfmf, cpp = 90, rep_cols = 3)`: Page footer is too large to fit the page. ('test-exporters.R:144:3')
Error in `export_as_txt(dfmf, cpp = 90, rep_cols = 3)`: Page footer is too large to fit the page.
Backtrace:
▆
1. └─formatters::export_as_txt(dfmf, cpp = 90, rep_cols = 3) at test-exporters.R:144:3
Check failure on line 0 in exporters
github-actions / Unit Tests Summary
export_as_txt_maintains_horizontal_separator_from_table (exporters) with error
formatters.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
Error in `sprintf(paste0("%", cpp, "s\n"), page_nums)`: invalid format '%NA'; use format %s for character objects ('test-exporters.R:156:3')
Error in `sprintf(paste0("%", cpp, "s\n"), page_nums)`: invalid format '%NA'; use format %s for character objects
Backtrace:
▆
1. ├─base::strsplit(export_as_txt(dfmf), "\n") at test-exporters.R:156:3
2. └─formatters::export_as_txt(dfmf)
3. └─base::sprintf(paste0("%", cpp, "s\n"), page_nums)
Loading