rticles (version 0.2)

jss_article: Journal of Statistical Software (JSS) format.

Description

Format for creating a Journal of Statistical Software (JSS) articles. Adapted from http://www.jstatsoft.org/about/submissions.

Usage

jss_article(..., keep_tex = TRUE)

Arguments

...
Arguments to rmarkdown::pdf_document
keep_tex
Keep the intermediate tex file used in the conversion to PDF

Value

R Markdown output format to pass to render

Examples

Run this code

## Not run: 
# library(rmarkdown)
# draft("MyArticle.Rmd", template = "jss_article", package = "rticles")
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace