So, I previously wrote at great length about how to use the ACM Master Article LaTeX templates (or any other LaTeX templates) in tandem with R Markdown to write transparent and reproducible papers.

To make it speedy and easy in practice specifically in relation to the ACM CHI Conference, I ended up creating two R packages which provides R Markdown templates for submissions in the latest formats for ACM CHI Proceedings as well as ACM CHI Extended Abstracts.

CHI proceedings template added to RStudio

CHI proceedings template added to RStudio

Template content knitted to PDF

Template content knitted to PDF

For now, these packages can be installed using the devtools for R:

# The package isn't on CRAN yet - install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("ulyngs/chi-proc-rmd-template")
 #and/or
devtools::install_github("ulyngs/chi-proc-ea-template")

As described in the README.md files on the two github repos, installing these packages will add two new templates to the available R Markdown templates in RStudio. The sample content has lots of examples (adapted and developed from the sample content included with the ACM Master Articles) that should make it easy for anyone interested to get up to speed on how to write CHI submissions in R Markdown!