-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.79 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
# Generated by roxygen2: do not edit by hand
S3method(ffs_rosters,default)
S3method(ffs_rosters,espn_conn)
S3method(ffs_rosters,flea_conn)
S3method(ffs_rosters,mfl_conn)
S3method(ffs_rosters,sleeper_conn)
S3method(plot,ff_simulation)
S3method(plot,ff_simulation_week)
S3method(print,ff_simulation)
S3method(print,ff_simulation_week)
S3method(print,ff_war)
export("%>%")
export(.ffs_cache)
export(autoplot.ff_simulation)
export(autoplot.ff_simulation_week)
export(espn_connect)
export(ff_connect)
export(ff_scoringhistory)
export(ff_simulate)
export(ff_simulate_week)
export(ff_starter_positions)
export(ff_wins_added)
export(ffs_add_replacement_level)
export(ffs_adp_outcomes)
export(ffs_adp_outcomes_week)
export(ffs_build_schedules)
export(ffs_copy_template)
export(ffs_franchises)
export(ffs_generate_projections)
export(ffs_generate_projections_week)
export(ffs_latest_rankings)
export(ffs_optimise_lineups)
export(ffs_optimize_lineups)
export(ffs_repeat_schedules)
export(ffs_rosters)
export(ffs_schedule)
export(ffs_score_rosters)
export(ffs_starter_positions)
export(ffs_summarise_inseason)
export(ffs_summarise_season)
export(ffs_summarise_simulation)
export(ffs_summarise_week)
export(ffs_summarize_season)
export(ffs_summarize_simulation)
export(ffs_summarize_week)
export(fleaflicker_connect)
export(mfl_connect)
export(sleeper_connect)
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,`:=`)
importFrom(ffscrapr,espn_connect)
importFrom(ffscrapr,ff_connect)
importFrom(ffscrapr,ff_scoringhistory)
importFrom(ffscrapr,ff_starter_positions)
importFrom(ffscrapr,fleaflicker_connect)
importFrom(ffscrapr,mfl_connect)
importFrom(ffscrapr,sleeper_connect)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,`%||%`)
importFrom(stats,median)
importFrom(utils,str)