https://github.com/robjhyndman/cricketdata
International cricket data for men and women, Tests, ODIs and T20s
https://github.com/robjhyndman/cricketdata
cricket cricket-data ozunconf17 r r-package rstats unconf
Last synced: about 1 year ago
JSON representation
International cricket data for men and women, Tests, ODIs and T20s
- Host: GitHub
- URL: https://github.com/robjhyndman/cricketdata
- Owner: robjhyndman
- Created: 2017-10-27T03:23:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T06:01:31.000Z (about 1 year ago)
- Last Synced: 2025-05-10T21:54:47.765Z (about 1 year ago)
- Topics: cricket, cricket-data, ozunconf17, r, r-package, rstats, unconf
- Language: R
- Homepage: http://pkg.robjhyndman.com/cricketdata/
- Size: 35.3 MB
- Stars: 89
- Watchers: 9
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
echo = TRUE,
collapse = TRUE,
comment = "#>",
cache = TRUE,
fig.path = "man/figures/README-"
)
library(cricketdata)
library(tidyverse)
```
# cricketdata 
[](https://cran.r-project.org/package=cricketdata)
[](https://cran.r-project.org/package=cricketdata)
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
[](https://github.com/robjhyndman/cricketdata/actions)
[](https://github.com/robjhyndman/cricketdata/actions/workflows/R-CMD-check.yaml)
Functions for downloading data on international and other major cricket matches from [ESPNCricinfo](https://www.espncricinfo.com) and [Cricsheet](https://cricsheet.org). This package provides some functions to download the data into tibbles ready for analysis.
Please respect the terms of use for each website: [ESPNCricinfo](https://www.espncricinfo.com/ci/content/site/company/terms_use.html), [Cricsheet](https://cricsheet.org/register/).
## Installation
You can install the **stable** version from [CRAN](https://cran.r-project.org/package=cricketdata).
``` r
# install.packages("pak")
pak::pak("cricketdata")
```
You can install the **development** version [Github](https://github.com/robjhyndman/cricketdata):
``` r
pak::pak("robjhyndman/cricketdata")
```
## License
This package is free and open source software, licensed under GPL-3.