Closed ClaudioZandonella closed 3 years ago
Thank you for submitting this inquiry, @ClaudioZandonella. I'm afraid this package is out of scope. In our policies we note that R Markdown extensions and similar literate programming support are not included.
The main reason we do not include this topic, as well as other tools such as highly general data-manipulation workflows, is that we find that general workflows are highly subjective and it is difficult to make useful "best-in-class" designations that we try to for packages that are specific to scientific data types and sources.
Nonetheless, this is a very promising workflow and one I'll follow closely (as author of redoc
this is a topic of great interest to me). We encourage you to submit to JOSS or elsewhere.
trackmd
and reviewer
were experimental packages developed by teams at our uncoference / hackathons, which often include topics far beyond our peer-review scope.
Submitting Author: Claudio (@ClaudioZandonella)
Other Package Authors: Emily (@ekothe) Filippo (@filippogambarota) Janosch (@januz) Mathew (@Lingtax) Repository: https://github.com/ekothe/trackdown/ Submission type: Pre-submission
Scope
Please indicate which category or categories from our package fit policies this package falls under: (Please check an appropriate box below.:
Explain how and why the package falls under these categories (briefly, 1-2 sentences). Please note any areas you are unsure of:
The package enables an R Markdown-Google Docs workflow for collaborative writing and editing of R Markdown (or Sweave) documents. But I am not sure about the proper category.
Researchers and students using R Markdown (or Sweave) to create documents in a literate programming framework.
Other R packages aiming to improve the user experience during the collaborative editing of R Markdown (or Sweave) documents are available.
redoc
offers a two-way R Markdown-Microsoft Word workflow;reviewer
allows to evaluate differences between two rmarkdown files and add notes using the Hypothes.is service;trackmd
is an RStudio add-in for tracking changes in Markdown format;latexdiffr
creates a diff of two R Markdown, .Rnw or LaTeX files. However, these packages implement a less efficient writing/editing workflow and all of them, butlatexdiffr
, are no longer under active development.The
trackdown
workflow has the advantage of being based on Google Docs which offers users a familiar, intuitive, and free web-based interface that allows multiple users to simultaneously write/edit the same document. Moreover,trackdown
allows anyone to contribute to the writing/editing of the document. No programming experience is required, users can just focus on writing/editing the narrative text in Google Docs.(If applicable) Does your package comply with our guidance around Ethics, Data Privacy and Human Subjects Research?
Any other questions or issues we should be aware of?:
I have opened a pre-submission issue to evaluate if rOpenSci is interested in the aim of the package. Two similar packages (
reviewer
andtrackmd
) were supported by rOpensci but they are now archived.I hope
trackdown
will have better luck. Thetrackdown
workflow is very simple and efficient as it is based on the familiar Google Docs web-based interface. The package will facilitate collaborative writing and editing an activity common to all researchers.In the package documentation (https://ekothe.github.io/trackdown/) all the package features are presented.