Closed rich-iannone closed 1 month ago
This is my fault! For performance, we decided to store most internal objects in gt as data frames instead of tibbles.
At line 511, if you change tibble
-> data.frame
, the test will pass once again.
Thanks @rich-iannone and @olivroy for the notice!
fixed in v0.1.3!
Hello, I'm in the process of submitting gt (v0.11.1) to CRAN and their reverse dependency checks brought up an error when checking tfrmt. Here is the full check statement from a CRAN email:
Seems like only a single error and I'm happy to help out if something is strange on the gt side.