This repository has been archived by the owner on Apr 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
127 lines (126 loc) · 3.26 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
# Generated by roxygen2: do not edit by hand
export(add_betting_cols)
export(add_play_counts)
export(add_player_cols)
export(add_yardage)
export(cfb_betting_lines)
export(cfb_calendar)
export(cfb_coaches)
export(cfb_conferences)
export(cfb_drives)
export(cfb_game_box_advanced)
export(cfb_game_info)
export(cfb_game_media)
export(cfb_game_player_stats)
export(cfb_game_records)
export(cfb_game_team_stats)
export(cfb_metrics_espn_wp)
export(cfb_metrics_ppa_games)
export(cfb_metrics_ppa_players_games)
export(cfb_metrics_ppa_players_season)
export(cfb_metrics_ppa_predicted)
export(cfb_metrics_ppa_teams)
export(cfb_metrics_wp)
export(cfb_metrics_wp_pregame)
export(cfb_pbp_data)
export(cfb_play_stats_player)
export(cfb_play_stats_types)
export(cfb_player_info)
export(cfb_player_returning)
export(cfb_player_usage)
export(cfb_rankings)
export(cfb_ratings_fpi)
export(cfb_ratings_sp)
export(cfb_ratings_sp_conference)
export(cfb_ratings_srs)
export(cfb_recruiting_player)
export(cfb_recruiting_position)
export(cfb_recruiting_team)
export(cfb_stats_categories)
export(cfb_stats_game_advanced)
export(cfb_stats_season_advanced)
export(cfb_stats_season_player)
export(cfb_stats_season_team)
export(cfb_team_info)
export(cfb_team_matchup)
export(cfb_team_matchup_records)
export(cfb_team_roster)
export(cfb_team_talent)
export(cfb_venues)
export(clean_drive_dat)
export(clean_drive_info)
export(clean_pbp_dat)
export(create_epa)
export(create_wpa_betting)
export(create_wpa_naive)
export(epa_fg_probs)
export(penalty_detection)
export(plot_away_travel)
export(plot_pbp_sequencing)
export(plot_wpa)
export(prep_epa_df_after)
export(wpa_calcs_naive)
import(dplyr)
import(ggplot2)
import(ggrepel)
import(purrr)
import(stringr)
import(tidyr)
importFrom(assertthat,assert_that)
importFrom(attempt,stop_if_all)
importFrom(attempt,stop_if_any)
importFrom(attempt,stop_if_not)
importFrom(curl,has_internet)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
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(geosphere,distHaversine)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,status_code)
importFrom(janitor,clean_names)
importFrom(jsonlite,fromJSON)
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(stringi,stri_extract_first_regex)
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)