customLayout
customLayout copied to clipboard
test phl_adjust_table
Hello,
Since I made changes in theme functions and default values of flextable, a test broke in customLayout
(https://github.com/zzawadz/customLayout/blob/master/tests/testthat/test-flextable.R#L24). It's because:
- The padding is now 3 for the bottom, top, left, right, it was 2, 2, 5, 5,
- The default font is now chosen according to the platform and is no longer "Roboto or Arial".
Could you add testthat::skip_on_cran()
to this test? Or maybe drop it. It freezes flextable to its current state. This is not a regression nor a bug, it's a change, this test should not be blocking.
KR David