R package to create standardised, documented and numbered supplementary tables, exported to Excel.

1 Open Issue Need Help Last updated: Jul 23, 2025

Open Issues Need Help

View All on GitHub
Data Science Data Export/Transformation

AI Summary: The task is to debug a testing issue in the `excelerate` R package. The error arises when running tests a second time within the same R session, stemming from a naming conflict between the `Style` class in the `openxlsx` and `diffobj` packages. The solution likely involves resolving this class conflict, perhaps by adjusting package loading order or using namespaces more effectively to avoid ambiguity.

Complexity: 4/5
help wanted

R package to create standardised, documented and numbered supplementary tables, exported to Excel.

R