-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path_pkgdown.yml
More file actions
35 lines (33 loc) · 941 Bytes
/
_pkgdown.yml
File metadata and controls
35 lines (33 loc) · 941 Bytes
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
url: https://workflowsets.tidymodels.org
template:
package: tidytemplate
bootstrap: 5
bslib:
danger: "#CA225E"
primary: "#CA225E"
includes:
in_header: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
<script defer data-domain="workflowsets.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: Core functions
contents:
- workflow_set
- workflow_map
- title: Interface with workflow sets
contents:
- starts_with("option")
- starts_with("extract")
- starts_with("comment")
- starts_with("update")
- title: Process workflow set results
contents:
- rank_results
- autoplot.workflow_set
- fit_best.workflow_set
- starts_with("collect")
- title: Miscellanous
contents:
- matches(".")