Human Brain Mapping Rmarkdown template
UNDER DEVELOPMENT
PLEASE NOTE THAT THE INSTALL INSTRUCTIONS ARE DIFFERENT TO NORMAL. To install, download only the 'WileyHBMtemplate_0.1.0.tar.gz' zip file and then install package using
install.packages("WileyHBMtemplate_0.1.0.tar.gz", repos = NULL)
The HBM_Rmarkdown_template package provides a custom R Markdown LaTeX format and template for:
Under the hood, LaTeX templates are used to ensure that documents conform precisely to submission standards. At the same time, composition and formatting can be done using lightweight markdown syntax, and R code and its output can be seamlessly included using knitr.
Using HBM_Rmarkdown_template requires the prerequisites described below. You can get most of these automatically by installing the latest release of RStudio and rticles (instructions for using rticles without RStudio are also provided).
To use rticles from RStudio:
Install the latest RStudio.
Install the rticles package.
Use the New R Markdown dialog to create an article from one of the templates:
Install pandoc using the instructions for your platform.
Install the rticles packages.
Use the rmarkdown::draft()
function to create articles:
r
rmarkdown::draft("MyJSSArticle.Rmd", template = "jss_article", package = "rticles")
rmarkdown::draft("MyRJournalArticle", template = "rjournal_article", package = "rticles")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.