Skip to content

Format for creating a Journal of Open Source Software (JOSS) or Journal of Open Source Education (JOSE) articles. Adapted from https://github.com/openjournals/whedon. As these journals take articles as markdown, this format can be used to generate markdown from R Markdown and to locally preview how the article will appear as PDF.

Usage

joss_article(
  journal = "JOSS",
  keep_md = TRUE,
  latex_engine = "xelatex",
  pandoc_args = NULL,
  ...
)

Arguments

journal

one of "JOSS" or"JOSE"

keep_md

Whether to retain the intermediate markdown and images. Defaults to TRUE.

latex_engine

LaTeX engine for producing PDF output. Options are "pdflatex", "lualatex", "xelatex" and "tectonic".

pandoc_args

Additional command line options to pass to pandoc

...

Arguments passed to rmarkdown::pdf_document()

Details

The following variables may be set in YAML metadata to populate fields in the article PDF, but are only necessary fo local preview: formatted_doi, citation_author, year, volume, issue, page, submitted, published, review_url, repository, and archive_doi.