Closed mikemc closed 3 years ago
The issue arises from the step where I cut off the row numbers in tibble_print()
, which is causing terminal color codes to appear in the string. A short-term fix will be to just keep the row numbers. Longer term I need to move away from the hacky method I'm using in tibble_print(), perhaps shifting to the "pillar" package, especially now that
tibble::trunc_mat` is deprecated.
See reprex below. I suspect this is due to a change in the functions from tibble et al I use under the hood. Applies to the methods for sample data, otu table, and tax table.