# Generated by roxygen2: do not edit by hand

export(add_qb_epa)
export(add_xpass)
export(add_xyac)
export(build_nflfastR_pbp)
export(calculate_expected_points)
export(calculate_player_stats)
export(calculate_standings)
export(calculate_win_probability)
export(clean_pbp)
export(decode_player_ids)
export(fast_scraper)
export(fast_scraper_roster)
export(fast_scraper_schedules)
export(load_pbp)
export(load_player_stats)
export(report)
export(update_db)
import(dplyr)
import(fastrmodels)
importFrom(cli,rule)
importFrom(curl,curl_fetch_memory)
importFrom(data.table,setDT)
importFrom(furrr,future_map)
importFrom(furrr,future_map_chr)
importFrom(furrr,future_map_dfr)
importFrom(future,plan)
importFrom(glue,glue)
importFrom(glue,glue_sql)
importFrom(janitor,clean_names)
importFrom(mgcv,predict.bam)
importFrom(progressr,progressor)
importFrom(rlang,.data)
importFrom(rlang,dots_list)
importFrom(rlang,inform)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_length)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_wider)
importFrom(tidyselect,any_of)
importFrom(tidyselect,ends_with)
importFrom(utils,packageVersion)
importFrom(xgboost,getinfo)
