This repo is the template for reproducibility checks at the Royal Economic Society Journals.
- Create a new repository using this template. You can do this by clicking the green "Use this template" button on the top right of this page.
- Open RStudio and create a new project from version control. Select "Git" and paste the URL of the repository you just created.
- You can directly edit the source file (
.qmd), which is in quarto format in Rstudio. Basically markdown. In that case dit theEJ-report.qmdfile in RStudio. click on render to see the current output. - You can edit the corresponding
.docxfile in MS Word if you prefer - You can edit the corresponding
.odtfile in OpenOffice if you prefer
one creates the .docx and .odt on the quarto command line with
quarto render EJ-report.qmd --to odt,html,docx
