This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
119 lines (118 loc) · 3.07 KB
/
_pkgdown.yml
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
url: https://andreweatherman.github.io/toRvik/
development:
mode: auto
template:
bootstrap: 5
bslib:
headings-color: "#0A3E5F"
link-color: "#205F83"
link-hover-color: "#184763"
base_font:
google: "Quicksand"
code_font:
google: "Ubuntu Mono"
border-radius: 0
btn-border-radius: 3px
grid-gutter-width: 3rem
authors:
Andrew Weatherman:
href: https://www.linkedin.com/in/andrewweatherman/
home:
title: toRvik
description: An R package for pulling Barttorvik (T-Rank) data
sidebar:
structure: [links, license, citation, authors, dev]
links:
- text: Check out the SportsDataverse
href: https://github.com/sportsdataverse
- text: Report a bug
href: https://github.com/andreweatherman/toRvik/issues
navbar:
type: light
structure:
left: [home, reference, articles, news]
right: [twitter, github]
components:
home:
icon: fa-home
href: index.html
reference:
text: "Functions"
href: reference/index.html
icon: fas fa-code-simple
articles:
text: "Guides"
menu:
- text: "Getting Started"
href: articles/introduction.html
- text: --------
- text: Vignettes
href: articles/index.html
news:
text: Updates
menu:
- text: "CRAN 1.0.2"
href: cran102.html
- text: --------
- text: "Changelog"
href: news/index.html
twitter:
icon: fab fa-twitter fa-lg
href: https://twitter.com/andreweatherman
github:
icon: fab fa-github fa-lg
href: https://github.com/andreweatherman/toRvik
reference:
- subtitle: Ratings
desc: Functions to scrape T-Rank
contents:
- '`bart_ratings`'
- '`bart_archive`'
- subtitle: Four Factors
desc: Functions to return four factor data
contents:
- '`bart_factors`'
- '`bart_conf_factors`'
- '`bart_game_factors`'
- '`bart_conf_stats`'
- subtitle: Players
desc: Functions to scrape player data
contents:
- '`bart_players`'
- '`bart_player_game`'
- '`bart_player_season`'
- '`bart_player_splits`'
- '`player_recruiting_rankings`'
- '`transfer_portal`'
- subtitle: Teams
desc: Functions to scrape team data
contents:
- '`bart_teams`'
- '`bart_team_box`'
- '`bart_team_shooting`'
- '`bart_team_history`'
- subtitle: Games
desc: Functions to scrape games and results
contents:
- '`bart_game_box`'
- '`bart_season_schedule`'
- '`bart_pregame`'
- subtitle: Predictions
desc: Functions to predict games
contents:
- '`bart_game_prediction`'
- '`bart_tournament_prediction`'
- '`bart_injuryimpact`'
- subtitle: Tournament Stats
desc: Functions to scrape tournament stats
contents:
- '`bart_tourney_results`'
- '`bart_tourney_sheets`'
- '`bart_tourney_odds`'
- subtitle: Miscellaneous Stats
desc: Functions to scrape miscellaneous stats
contents:
- '`bart_coach`'
- '`bart_coach_change`'
- '`bart_poy`'
- '`current_season`'