-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
149 lines (148 loc) · 3.85 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Generated by roxygen2: do not edit by hand
S3method(print,cfbfastR_data)
export(add_play_counts)
export(add_player_cols)
export(add_yardage)
export(cfbd_betting_lines)
export(cfbd_calendar)
export(cfbd_coaches)
export(cfbd_conferences)
export(cfbd_draft_picks)
export(cfbd_draft_positions)
export(cfbd_draft_teams)
export(cfbd_drives)
export(cfbd_game_box_advanced)
export(cfbd_game_info)
export(cfbd_game_media)
export(cfbd_game_player_stats)
export(cfbd_game_records)
export(cfbd_game_team_stats)
export(cfbd_game_weather)
export(cfbd_key)
export(cfbd_metrics_ppa_games)
export(cfbd_metrics_ppa_players_games)
export(cfbd_metrics_ppa_players_season)
export(cfbd_metrics_ppa_predicted)
export(cfbd_metrics_ppa_teams)
export(cfbd_metrics_wp)
export(cfbd_metrics_wp_pregame)
export(cfbd_pbp_data)
export(cfbd_play_stats_player)
export(cfbd_play_stats_types)
export(cfbd_play_types)
export(cfbd_player_info)
export(cfbd_player_returning)
export(cfbd_player_usage)
export(cfbd_plays)
export(cfbd_rankings)
export(cfbd_ratings_elo)
export(cfbd_ratings_sp)
export(cfbd_ratings_sp_conference)
export(cfbd_ratings_srs)
export(cfbd_recruiting_player)
export(cfbd_recruiting_position)
export(cfbd_recruiting_team)
export(cfbd_recruiting_transfer_portal)
export(cfbd_stats_categories)
export(cfbd_stats_game_advanced)
export(cfbd_stats_season_advanced)
export(cfbd_stats_season_player)
export(cfbd_stats_season_team)
export(cfbd_team_info)
export(cfbd_team_matchup)
export(cfbd_team_matchup_records)
export(cfbd_team_roster)
export(cfbd_team_talent)
export(cfbd_venues)
export(clean_drive_dat)
export(clean_drive_info)
export(clean_pbp_dat)
export(create_epa)
export(create_wpa_naive)
export(epa_fg_probs)
export(espn_cfb_calendar)
export(espn_cfb_pbp)
export(espn_cfb_player_stats)
export(espn_cfb_schedule)
export(espn_cfb_scoreboard)
export(espn_cfb_team_stats)
export(espn_metrics_wp)
export(espn_ratings_fpi)
export(has_cfbd_key)
export(load_cfb_pbp)
export(load_cfb_rosters)
export(load_cfb_schedules)
export(load_cfb_teams)
export(penalty_detection)
export(prep_epa_df_after)
export(update_cfb_db)
export(wpa_calcs_naive)
import(dplyr)
import(purrr)
import(stringr)
import(tidyr)
import(utils)
importFrom(Rcpp,getRcppVersion)
importFrom(RcppParallel,defaultNumThreads)
importFrom(cli,cli_abort)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,setDT)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,status_code)
importFrom(janitor,clean_names)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lubridate,with_tz)
importFrom(lubridate,ymd_hm)
importFrom(magrittr,"%>%")
importFrom(mgcv,bam)
importFrom(mgcv,predict.bam)
importFrom(nnet,multinom)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,map_if)
importFrom(purrr,pluck)
importFrom(purrr,quietly)
importFrom(purrr,set_names)
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_length)
importFrom(stringr,str_remove)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
importFrom(tibble,enframe)
importFrom(tidyr,everything)
importFrom(tidyr,fill)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_wider)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,data)
importFrom(utils,globalVariables)