calculate historical elo ratings for college football teams
this project uses historical college football data loaded via the cfbfastR package
in order to make use of this package, you must first obtain an API key
- get an API key from https://collegefootballdata.com/key
- add this API key to your R environment via
usethis::edit_r_environ()
CFBD_API_KEY = YOUR-API-KEY-HERE
- install the required packages with
renv::restore() - run the pipeine with
targets::tar_make()