forked from tidymodels/broom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
63 lines (54 loc) · 1.37 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
url: https://broom.tidymodels.org
template:
package: tidytemplate
params:
theme: tidymodels
part_of: <a href="https://tidymodels.org">tidymodels</a>
footer: broom is a part of the <strong>tidymodels</strong> ecosystem, a collection of modeling packages designed with common APIs and a shared philosophy.
development:
mode: auto
default_assets: false
home:
strip_header: true
reference:
- title: Tidying generics
contents:
- tidy
- glance
- augment
- title: Tidiers
contents:
- starts_with('tidy')
- starts_with('glance')
- starts_with('augment')
- title: Miscellaneous
contents:
- broom
- bootstrap
- confint_tidy
- finish_glance
- fix_data_frame
navbar:
type: default
left:
- text: Intro
href: articles/broom.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Adding new tidiers
href: https://www.tidymodels.org/learn/develop/broom/
- text: Available methods
href: articles/available-methods.html
- text: Bootstrapping
href: https://www.tidymodels.org/learn/statistics/bootstrap/
- text: Broom and dplyr
href: articles/broom_and_dplyr.html
- text: K-means
href: https://www.tidymodels.org/learn/statistics/k-means/
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/tidymodels/broom