This component contains the R intro file (Rintro.R), the data file used in the intro (demodata.csv), the R Markdown demofile (RmdDemo.Rmd), and its output (RmdDemo.html). In order te run the Rmd file, make sure the packages knitr and papaja are installed. The latter is not on CRAN, but can be installed by running the following in R (see also https://github.com/crsh/papaja):
\# install devtools package if necessary
if(!"devtools" %in% rownames(installed.packages())) install.packages("devtools")
\# Install the stable development verions from GitHub
devtools::install_github("crsh/papaja")