-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.95 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
# Generated by roxygen2: do not edit by hand
export(assist_net)
export(average_score_diff)
export(average_win_prob)
export(circle_assist_net)
export(game_excitement_index)
export(game_flow)
export(get_line)
export(gg_color_hue)
export(gg_wp_chart)
export(logit)
export(secs_to_model)
export(w_get_game_ids)
export(w_get_master_schedule)
export(w_get_pbp_game)
export(w_get_pbp_season)
export(wp_compute)
import(ggplot2)
import(grid)
importFrom(circlize,CELL_META)
importFrom(circlize,chordDiagram)
importFrom(circlize,circos.axis)
importFrom(circlize,circos.text)
importFrom(circlize,circos.track)
importFrom(circlize,get.all.sector.index)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(grid,grid.draw)
importFrom(grid,textGrob)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,authority_score)
importFrom(igraph,degree)
importFrom(igraph,graph.data.frame)
importFrom(igraph,hub_score)
importFrom(igraph,layout_in_circle)
importFrom(igraph,page_rank)
importFrom(igraph,transitivity)
importFrom(magrittr,"%>%")
importFrom(rvest,html_attr)
importFrom(rvest,html_elements)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(stringdist,stringdist)
importFrom(xml2,read_html)