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

docs: activate Markdown syntax for roxygen2 #52

Closed maelle closed 1 year ago

maelle commented 1 year ago

Fix #51

I used usethis::use_roxygen_md() and roxygen2md::roxygen2md().

Relevant link https://roxygen2.r-lib.org/articles/rd-formatting.html

ClaudioZandonella commented 1 year ago

Daer @maelle,

Thanks for your work in reviewing all the documentation. Now using the Markdown syntax everything is much more readable and simpler ❤️.

I merge this pull request in the develop branch