trackdown
trackdown copied to clipboard
R package for collaborative writing and editing of R Markdown (or Sweave) documents in Google Docs.
Hi, is it possible to integrate the feature like `redoc` https://noamross.github.io/redoc/, which allows collaborative editing on a **formatted** word (hence google doc) file? This would be more 'friendly' when interacting...
Hello, I have a problem trying to upload my .Rnw document to Google drive. When I do it with hide_code= FALSE it works fine but, when I change it to...
In a personal email, an enthusiastic `trackdown` user suggested a very interesting idea: > Highlighting/colouring text that should not be changed in google docs (e.g. inline code, code chunks etc.)....
I'd like to use trackdown with quarto documents (quarto is the successor to R markdown developed by RStudio, https://quarto.org/). The file extension in qmd rather than rmd, so `check-suported_documents()` throws...
I open this issue following a personal email, as I am sure it could be helpful for others as well. ## The Problem > When I download a file from...
Using this issue to discuss and keep track of the proposed feature: Evaluating Citation and Footnotes Proposed on twitter by Thanks for your great work! I recently introduced your package...
This is a great package with lots of potential, so thanks for making it. I'm using this package is to write a scientific manuscript with non-R users, and at present,...
A current limit of the trackdown workflow is that two copies of the same file exist: one local and the other online in Google Drive. The workflow implies sequential steps...
Creating an issue thread to discuss testing of forks from @januz and @ClaudioZandonella on Windows
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)....