← Back to home
Comparison · Analytics

cfbfastr vs fastrg

A side-by-side editorial comparison of cfbfastr and fastrg — release velocity, themes, recent moves, and the top alternatives to consider.

Shared themes:r-package

cfbfastr vs fastrg: at a glance

Featurecfbfastrfastrg
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themescollege-football, sports-analytics, api-migration, rate-limitsrandom-graphs, stochastic-blockmodels, network-sampling, sparse-matrices
Last editorial update1h ago48m ago
WebsiteVisit →Visit →

What is cfbfastr?

College football's open data client hit v2 — and now reports how many API calls you have left.

cfbfastR retrieves college football data — play-by-play, box scores, betting lines, ratings and recruiting — from the CollegeFootballData API, ESPN endpoints and the sportsdataverse data repository. Version 2.0.0 in September 2025 was the first release in over three years and rebuilt the package against CFBD's v2 API. Every load_cfb_*() function changed its underlying source to comply with CFBD's terms, the play-by-play dataset gained team and game identifiers users previously had to join in themselves, and a batch of new endpoints arrived covering opponent-adjusted metrics, FPI ratings and live scoreboard and play data.

Read the full cfbfastr trajectory →

What is fastrg?

A fast random-graph sampler that spent 0.3.1 fixing what its parameters actually mean.

fastRG samples from generalized random dot product graphs — stochastic blockmodels, degree-corrected and overlapping variants, directed and undirected — in time proportional to the number of edges rather than nodes squared, which is what makes large sparse networks tractable. Since 0.3.1 the model is constructed and parameterised in one object, with sampling methods taking that object rather than re-specifying edge distribution at sample time.

Read the full fastrg trajectory →

cfbfastr vs fastrg: editorial side-by-side

C
cfbfastr
ANALYTICS
0.0

College football's open data client hit v2 — and now reports how many API calls you have left.

◆ Current state

cfbfastR retrieves college football data — play-by-play, box scores, betting lines, ratings and recruiting — from the CollegeFootballData API, ESPN endpoints and the sportsdataverse data repository. Version 2.0.0 in September 2025 was the first release in over three years and rebuilt the package against CFBD's v2 API. Every load_cfb_*() function changed its underlying source to comply with CFBD's terms, the play-by-play dataset gained team and game identifiers users previously had to join in themselves, and a batch of new endpoints arrived covering opponent-adjusted metrics, FPI ratings and live scoreboard and play data.

◆ Where it's heading

The package's direction is now set by the data provider rather than by its own plans, and that provider has moved to metered access — the free tier is capped at 1,000 calls a month, with limits tied to membership level. cfbd_api_key_info() reporting a user's tier and usage is the clearest sign of that shift: quota is now something an analysis has to manage. The long gap before 2.0.0 and its arrival largely through a first-time contributor also indicate a package sustained by community effort rather than steady maintenance.

◆ Prediction

The live scoreboard and play endpoints are the natural place for the next work, since they are the ones that benefit from in-season iteration. Given the release notes warn users to check their pipelines, follow-up fixes for the changed loading functions are likely before anything new lands.

F
fastrg
ANALYTICS
0.0

A fast random-graph sampler that spent 0.3.1 fixing what its parameters actually mean.

◆ Current state

fastRG samples from generalized random dot product graphs — stochastic blockmodels, degree-corrected and overlapping variants, directed and undirected — in time proportional to the number of edges rather than nodes squared, which is what makes large sparse networks tractable. Since 0.3.1 the model is constructed and parameterised in one object, with sampling methods taking that object rather than re-specifying edge distribution at sample time.

◆ Where it's heading

The package's development has been about semantic correctness more than speed. The 0.3.1 release moved edge-distribution arguments to the constructors and reinterpreted the mixing matrix S under Bernoulli parameterisation; 0.3.2 then flipped the meaning of X and Y in directed blockmodels so outgoing and incoming factors match the edge convention, and made block sorting conditional rather than unconditional. Both are corrections to what returned values mean, not to how fast they arrive. The 2025 release is CRAN documentation linking only.

◆ Prediction

With parameterisation settled and only a documentation release since 2023, the package reads as feature-complete for its sampling families. Nothing in the entries points to additional model types being queued.

Alternatives to cfbfastr and fastrg

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either cfbfastr or fastrg.

See all cfbfastr alternatives → · See all fastrg alternatives →

Recent activity from cfbfastr and fastrg

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 11mo agocfbfastrRebuilt on CFBD API v2 with metered access and live endpoints
  2. 1y agofastrgDocumentation cross-linking fixes for CRAN
  3. 2y agofastrgDirected blockmodel X and Y factors swapped to match edge direction
  4. 4y agofastrgfastRG 0.3.1
  5. 4y agocfbfastrESPN endpoints and repo-backed loaders added
  6. 4y agocfbfastrAll outputs standardised as tibbles with a custom class
  7. 4y agocfbfastrCRAN release with option-restoring cleanup
  8. 4y agocfbfastrMinor fixes to betting and FPI rating functions
  9. 4y agocfbfastrESPN scoreboard and play-by-play access, with argument cleanup

Frequently asked questions

What is the difference between cfbfastr and fastrg?

Both compete on the same themes — r-package — within Analytics. cfbfastr and fastrg are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is cfbfastr better than fastrg?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. cfbfastr and fastrg are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to cfbfastr?

Top cfbfastr alternatives in Analytics are ranked by recent ship velocity. Browse the "cfbfastr alternatives" section above for the current picks, or visit /alternatives/cfbfastr for the full list with editorial commentary on each.

What are the best alternatives to fastrg?

Top fastrg alternatives in Analytics are ranked by recent ship velocity. Browse the "fastrg alternatives" section above for the current picks, or visit /alternatives/fastrg for the full list with editorial commentary on each.