ClaudioZandonella / trackdown

R package for collaborative writing and editing of R Markdown (or Sweave) documents in Google Docs.
https://ClaudioZandonella.github.io/trackdown/
GNU General Public License v3.0
214 stars 15 forks source link

Updating from .rmd marks the entire document as a change in google docs #2

Open ekothe opened 5 years ago

ekothe commented 5 years ago

Using update_rmd() marks the entire document as a change in the google docs version history (i.e. the entire document is a diff rather than just those lines that have changes).

This is an underlying issue with googledrive:: so if diffs are required, git is a much better implementation (either as an alternative or as an additional tool).