-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
89 lines (88 loc) · 2.02 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(DCPredict)
export(accuracy)
export(auc)
export(buildStats)
export(cleanupPredictionsFile)
export(colourDelta)
export(compile_predictions)
export(dailySummary)
export(daily_odds_table)
export(dcPredictMultipleDays)
export(dcSample)
export(format_playoff_odds)
export(gameIDValidator)
export(games_today)
export(getAPISeries)
export(getCurrentSeason8)
export(getIterativeTable)
export(getM)
export(getNHLSchedule)
export(getNHLScores)
export(getReplacementIterativeParameters)
export(getReplacementRankings)
export(getRho)
export(getSeason)
export(getSeasonEndDate)
export(getSeasonMetricsDC)
export(getSeasonStartDate)
export(getSeriesOdds)
export(getTeamColours)
export(getWeibullParams)
export(get_xg)
export(hexToRGB)
export(inOffSeason)
export(inPlayoffs)
export(inRegularSeason)
export(is.Date)
export(iterativeGamePredict)
export(logLoss)
export(loopless_sim)
export(mse)
export(mutate_cond)
export(normalizeOdds)
export(playoffDC)
export(playoffOdds)
export(playoffSeriesOdds)
export(playoffSolverEngine)
export(playoffWin)
export(plot_game)
export(plot_odds_today)
export(plot_pace_by_division)
export(plot_pace_by_team)
export(plot_playoff_series_odds)
export(plot_point_likelihood)
export(plot_prediction_playoffs_by_team)
export(plot_prediction_points_by_team)
export(plot_prediction_presidents_by_team)
export(plot_team_rating)
export(pointPredict)
export(predictMultipleDaysResultsDC)
export(presidentOdds)
export(randomSeriesWinner)
export(ratings)
export(recordTodaysPredictions)
export(remainderSeasonDC)
export(rmse)
export(rsquare)
export(sim_engine)
export(simulatePlayoffs)
export(simulateSeasonParallel)
export(tau)
export(todayOdds)
export(todayOddsPlot)
export(tweetGames)
export(tweetLikelihoods)
export(tweetMetrics)
export(tweetPace)
export(tweetPlayoffOdds)
export(tweetSeries)
export(updateDC)
export(updateModel)
export(updatePredictions)
export(updateScheduleAPI)
export(updateScoresAPI)
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%>%")
importFrom(rlang,.data)