Path: blob/master/RMarkdown/rticles/jss_article/jss_article.Rmd
2371 views
------Introduction
This template demonstrates some of the basic latex you'll need to know to create a JSS article.
Code formatting
Don't use markdown, instead use the more precise latex commands:
\proglang{Java}
\pkg{plyr}
\code{print("abc")}
R code
Can be inserted in regular R markdown blocks.