markziemann / 5pillars

Five pillars of computational reproducibility
https://ziemann-lab.net/public/5pillars/5pillars.html
MIT License
6 stars 2 forks source link

rticles ms formatting #35

Open markziemann opened 1 year ago

markziemann commented 1 year ago

So the general steps are:

  1. Create the Rmd template
rmarkdown::draft("ouptemplate.Rmd", template = "oup_v1", package = "rticles")
  1. Test that the template works. This command should make a PDF.
rmarkdown::render("ouptemplate.Rmd")
  1. Make a copy of ouptemplate.Rmd with a different name and change the from matter like affiliations, etc. Render again.
  2. Then transfer the content from the old Rmd into the template. Be sure to strip all old text away. Update the link to the .bib file
  3. Test that it works. Proof read it, etc.