-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
65 lines (64 loc) · 1.31 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
export("%ni%")
export(.db)
export(.dbm)
export(add_plot_day)
export(ath_plot_dst)
export(ath_plot_spr)
export(bs_mads)
export(bs_median)
export(bs_quantile)
export(bs_top_n)
export(db_xc_local)
export(db_xc_remote)
export(dev_cohort)
export(dst_elo_data)
export(extract_all_caps)
export(find_races)
export(find_skier)
export(ggbump)
export(hth_data)
export(hth_dst)
export(hth_lmer)
export(hth_race)
export(hth_spr)
export(lag_best_avg)
export(lag_best_n)
export(mpb)
export(nation_trend)
export(open_race_url)
export(pts_thresh)
export(race_snapshot_dst)
export(race_snapshot_spr)
export(read_start_list)
export(recent_races)
export(season_to_date)
export(shorten_names)
export(spr_elo_data)
export(spr_plot)
export(ss_query)
export(ss_query_)
export(standardize_mpb)
export(wjc_u23_plot)
export(xc_query)
import(DBI)
import(RMySQL)
import(RSQLite)
import(dplyr)
import(ggplot2)
import(rvest)
import(squr)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,sourceCpp)
importFrom(lme4,lmer)
importFrom(matrixStats,colMedians)
importFrom(matrixStats,colQuantiles)
importFrom(purrr,map)
importFrom(rlang,syms)
importFrom(stringr,str_extract)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
useDynLib(statskier2)