-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
45 lines (44 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
S3method(summary,nflseedR_simulation)
export(compute_conference_seeds)
export(compute_division_ranks)
export(compute_draft_order)
export(fmt_pct_special)
export(load_schedules)
export(load_sharpe_games)
export(nfl_standings)
export(simulate_nfl)
import(data.table)
import(gsubfn)
importFrom(cli,symbol)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(future,plan)
importFrom(magrittr,"%>%")
importFrom(progressr,progressor)
importFrom(purrr,pluck)
importFrom(rlang,inform)
importFrom(stats,rnorm)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)