gmholton / RUNNING

Code and other stuff related to running.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RUNNING

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.

Getting Started

  • 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')

Write your own reports

Copy reports/Report_template.Rmd to reports/My_Report.Rmd and start creating your own reports.

About

Code and other stuff related to running.

License:MIT License


Languages

Language:R 51.1%Language:Jupyter Notebook 45.7%Language:Python 2.8%Language:Shell 0.2%Language:Perl 0.1%