
Format for creating a Journal of Statistical Software (JSS) articles. Adapted from http://www.jstatsoft.org/about/submissions.
jss_article(..., keep_tex = TRUE, citation_package = "natbib")
Arguments to rmarkdown::pdf_document
Keep the intermediate tex file used in the conversion to PDF
The LaTeX package to process citations, natbib
or biblatex
. Use none
if neither package is to be used.
R Markdown output format to pass to
render
# NOT RUN {
# }
# NOT RUN {
library(rmarkdown)
draft("MyArticle.Rmd", template = "jss_article", package = "rticles")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab