yorkr

This R package can be used to analyze performances of cricketers based on match data from Cricsheet. The yorkr package can handle match data from ODIs, Twenty20s and IPL T20s from Cricsheet. The data has to be in yaml format

The package can be installed directly from CRAN as follows

install.packages(“yorkr”) library(yorkr)

The latest updates can be installed directly from Github library(devtools) install_github(“tvganesh/yorkr”) library(yorkr)

For details on how to use the yorkr package please see my posts

  1. Introducing cricket package yorkr-Part1:Beaten by sheer pace!.
  2. Introducing cricket package yorkr: Part 2-Trapped leg before wicket!
  3. Introducing cricket package yorkr: Part 3-Foxed by flight!
  4. Introducing cricket package yorkr:Part 4-In the block hole!
  5. yorkr pads up for the Twenty20s: Part 1- Analyzing team"s match performance.
  6. yorkr pads up for the Twenty20s: Part 2-Head to head confrontation between teams
  7. yorkr pads up for the Twenty20s:Part 3:Overall team performance against all oppositions!
  8. yorkr pads up for Twenty20s:Part 4- Individual batting and bowling performances!
  9. yorkr crashes the IPL party ! – Part 1
  10. yorkr crashes the IPL party ! – Part 2
  11. yorkr crashes the IPL party ! – Part 3
  12. yorkr crashes the IPL party! – Part 4