Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: john-b-edwards
- License: other
- Language: R
- Default Branch: main
- Homepage: https://john-b-edwards.github.io/cbbreadr/
- Size: 2.35 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
cbbreadr 
Low level loader for reading in college basketball data in bulk. Taken down at the request of collegebasketballdata.com's owner. Something new and better to follow...
Installation
You can install the stable version of {cbbreadr} from CRAN with:
r
install.packages("cbbreadr")
You can install the development version of cbbreadr from github using {devtools}:
r
devtools::install_github("https://github.com/john-b-edwards/cbbreadr")
Examples
Most functions take in a seasons argument for seasons to query. Data is typically available between 2003 and the present season, but an error is thrown if data is not available for a specified season. Calling functions as-is will load data from the most recent (or current) college basketball season.
```r library(cbbreadr)
with no argument, returns most recent season
load_games()
specify a single season
load_games(2023)
specify a range of seasons
load_games(2010:2015) ```
To return all available seasons for a given resource, just pass TRUE as an argument to the function.
```r
return all available seasons
load_games(TRUE) ```
Some functions load resources that do not to be specified by year, and thus do not take an argument. ```r
does not take any arguments
load_conferences() ```
Acknowledgements
This package is only possible thanks to the CollegeBasketballData.com API. The API is maintained by Bill Radjewski, who is kind enough to make this data available for free.
The API does have premium tiers but maintaining this package requires only the free tier, so no money is needed for upkeep for the package. If you would like to support this package, rather than send any money my way, I encourage you to instead donate or subscribe to Bill's Patreon so that he can continue developing and maintaining this wonderful project.
I have been a developer with the nflverse organization for a few years now, and have learned much from my talented teammates (who themselves have contributed to {cbbreadr}'s development, either directly or indirectly). The structure and code of this project looks quite similar to our NFL pipelines for good reason, and this project would not have been possible without their expertise. My thanks goes out to the entire nflverse organization.
Automation Status
{cbbreadr} relies on several automated pipelines from GitHub to keep data resources updated. For largely static data objects (such as load_conferences()), these pipelines will run once a year. For more frequently updated data objects (such as load_plays()), these pipelines run daily during the college basketball season. To view when a data resource was most recently updated, see below.
| Data | Status | Last Updated |
|:--:|:--:|:--:|
|Conferences||
|Games|
|
|Lines|
|
|Media|
|
|Player Box Scores|
|
|Player Stats|
|
|Plays|
|
|Rankings|
|
|Recruiting|
|
|Rosters|
|
|Team Box Scores|
|
|Team Stats|
|
|Teams|
|
|Venues|
|
Owner
- Name: John Edwards
- Login: john-b-edwards
- Kind: user
- Location: Seattle, WA
- Company: Seattle Mariners
- Website: https://johnbedwards.io/
- Twitter: john_b_edwards
- Repositories: 1
- Profile: https://github.com/john-b-edwards
Mariners analyst
GitHub Events
Total
- Create event: 12
- Release event: 1
- Issues event: 68
- Watch event: 2
- Delete event: 7
- Issue comment event: 2
- Push event: 40
- Pull request event: 23
Last Year
- Create event: 12
- Release event: 1
- Issues event: 68
- Watch event: 2
- Delete event: 7
- Issue comment event: 2
- Push event: 40
- Pull request event: 23
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| John Edwards | e****0@g****m | 3 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 8
- Total pull requests: 1
- Average time to close issues: about 4 hours
- Average time to close pull requests: 4 minutes
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.13
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 8
- Pull requests: 1
- Average time to close issues: about 4 hours
- Average time to close pull requests: 4 minutes
- Issue authors: 2
- Pull request authors: 1
- Average comments per issue: 0.13
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- john-b-edwards (41)
- bbwieland (1)
Pull Request Authors
- john-b-edwards (14)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: cbbreadr
Quickly Access College Basketball Data
- Homepage: https://github.com/john-b-edwards/cbbreadr
- Documentation: http://cran.r-project.org/web/packages/cbbreadr/cbbreadr.pdf
- License: MIT + file LICENSE
- Status: removed
-
Latest release: 1.0.2
published about 1 year ago