Skip to content

add page number

add page number #333

GitHub Actions / Unit Tests Summary failed Jan 4, 2024 in 0s

3 errors, 32 pass in 6s

  1 files  ± 0    4 suites  ±0   6s ⏱️ ±0s
 35 tests + 3   32 ✅ + 2  0 💤 ±0  0 ❌ ±0  3 🔥 +1 
230 runs  +14  227 ✅ +13  0 💤 ±0  0 ❌ ±0  3 🔥 +1 

Results for commit f5ed427. ± Comparison against earlier commit f186294.

Annotations

Check failure on line 0 in exporters

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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)