I am trying to write reproducible manuscripts in R using the marvelous 'bookdown2' package (as a part of the incredible rrtools package) that are sent to publishers for peer review in .docx format.
After the peer review process, there are usually corrections to be made.
Most of the journals require a marked-up version of the manuscript after introducing post-review-corrections.
Is there a way to generate word files with ' changes tracking' from within R?
I am aware that it is possible to generate two files and use Word to compare two versions. This works but is not consistent with the reproducible workflow, error prone and requires point and clicking as well as the Microsoft Word software.
There has to be a better way.