This project is a repository of R code to create running/racing plots. Currently only finishing time and elevation data are used to create the plots.
- Clone the RUNNING repo
- Download and install the R packages plyr, ggplot2, knitr, markdown, and XML
- Start R in the top level directory of the RUNNING repo
and execute the following commands:
source('plots.R')
createReport('reports/Report_template.Rmd')
Copy reports/Report_template.Rmd to reports/My_Report.Rmd and start creating your own reports.