forked from tidymodels/broom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
57 lines (49 loc) · 1.1 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
url: http://broom.tidyverse.org
template:
package: tidytemplate
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
- starts_with("confint")
- finish_glance
- starts_with("process")
navbar:
type: default
left:
- text: Intro
href: articles/broom.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Adding new tidiers
href: articles/adding-tidiers.html
- text: Available methods
href: articles/available-methods.html
- text: Bootstrapping
href: articles/bootstrapping.html
- text: Broom and dplyr
href: articles/broom_and_dplyr.html
- text: Tidiers in external packages
href: articles/external-tidiers.html
- text: K-means
href: articles/kmeans.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/tidymodels/broom