crsh / papaja

papaja (Preparing APA Journal Articles) is an R package that provides document formats to produce complete APA manuscripts from RMarkdown-files (PDF and Word documents) and helper functions that facilitate reporting statistics, tables, and plots.
https://frederikaust.com/papaja_man/
Other
654 stars 133 forks source link

Refactor glm methods #522

Closed mariusbarth closed 2 years ago

mariusbarth commented 2 years ago

Hi @crsh,

I refactored the apa_print.lm() method using the canonize-beautify workflow. As of now, arrange_regression() and apa_print.glm() are not needed, anymore.

I still defined apa_print.glm <- apa_print.lm explicitly to maintain backward compatibility with (legacy) code that explicitly calls apa_print.glm().

Moreover, I was able to remove the broom dependency in apa_print.lm(), so this also partially addresses #485.