https://github.com/bkkkk/gdqdata
Data package containing donations and runs data for Games Done Quick speedrunning events
https://github.com/bkkkk/gdqdata
datapackage r rstats
Last synced: 5 months ago
JSON representation
Data package containing donations and runs data for Games Done Quick speedrunning events
- Host: GitHub
- URL: https://github.com/bkkkk/gdqdata
- Owner: bkkkk
- Created: 2016-07-06T14:30:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T11:27:53.000Z (over 6 years ago)
- Last Synced: 2024-01-25T14:43:15.950Z (over 2 years ago)
- Topics: datapackage, r, rstats
- Language: R
- Size: 2.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gdqData - Games Done Quick data for R
Games Done Quick data in a convenient R data frame. This package includes donations data and runs information for the charity speedrunning events held by Games Done Quick.
The package is being actively developed so more events will be added as time goes on.
The currently available datasets are:
| Event | Runs | Donations |
|---|---|---|
| SGDQ2017 | Yes | Yes |
| SGDQ2016 | Yes | Yes |
| SGDQ2015 | Yes | Yes |
| SGDQ2014 | Yes | Yes |
| SGDQ2013 | Yes | Yes |
| SGDQ2012 | Yes | Yes |
| SGDQ2011 | Yes | Yes |
| AGDQ2017 | Yes | Yes |
| AGDQ2016 | Yes | Yes |
| AGDQ2015 | Yes | Yes |
| AGDQ2014 | Yes | Yes |
| AGDQ2013 | Yes | Yes |
| AGDQ2012 | Yes | Yes |
| AGDQ2011 | N/A | Yes |
| CGDQ | N/A | Yes |
| JRDQ | N/A | Yes |
| Spook | N/A | Yes |
This package contains two kinds of data for each event:
* `donations` - Data on all donations made during the event, including the time of the donation, the amount, the donator name, and whether the donator included a comment
* `runs` - Data on games run at the event including start and end times, the name of the game, the runners, a description of the run, and whether it has a bid war associated with it.
## Installation
```R
# install.packages("devtools")
install_github("bkkkk/gdaData")
```