co-analysis / a11ytables

R package: generate best-practice stats spreadsheets for publication
https://co-analysis.github.io/a11ytables/
Other
40 stars 3 forks source link

Change back-end to use {openxlsx2} #70

Open matt-dray opened 2 years ago

matt-dray commented 2 years ago

{openxlsx2} will replace {openxlsx} at some point, presumably? Investigate its potential, but don't integrate until CRAN release and some stability.

matt-dray commented 1 year ago

{openxlsx2} has continued to develop and is on CRAN, but it's still not a v1.

There's a vignette to explain some of the changes.

Consider forking {a11ytables} and creating {a11ytables2} (or complete rename) using {openxlsx2}.

matt-dray commented 1 year ago

A nice accessibility feature that appeared in a test of the package is that automatic cell colour is supported through wb_color(auto = "1"). Demo in a Gist.