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
Last synced: 11 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 1
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

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|update-conferences| conferences |Games|update-games| games |Lines|update-lines| lines |Media|update-media| media |Player Box Scores|update-player-box| player-box |Player Stats|update-player-stats| player-stats |Plays|update-plays| plays |Rankings|update-rankings| rankings |Recruiting|update-recruiting| recruiting |Rosters|update-rosters| rosters |Team Box Scores|update-team-box| team-box |Team Stats|update-team-stats| team-stats |Teams|update-teams| teams |Venues|update-venues| venues

Owner

  • Name: John Edwards
  • Login: john-b-edwards
  • Kind: user
  • Location: Seattle, WA
  • Company: Seattle Mariners

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

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 0 Last month
Rankings
Dependent packages count: 25.8%
Dependent repos count: 31.7%
Average: 47.7%
Downloads: 85.5%
Maintainers (1)
Last synced: 11 months ago