forked from ropensci/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
157 lines (157 loc) · 3.16 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
destination: docs/
template:
package: rotemplate
navbar:
title: drake
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Functions
href: reference/index.html
- text: Full manual
href: https://books.ropensci.org/drake/
- text: FAQ
href: https://books.ropensci.org/drake/faq.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/ropensci/drake
articles:
- title: Vignettes
contents:
- '`drake`'
reference:
- title: Help
contents:
- '`drake-package`'
- title: Examples
contents:
- '`use_drake`'
- '`drake_example`'
- '`drake_examples`'
- '`load_mtcars_example`'
- '`clean_mtcars_example`'
- title: Build and configure
contents:
- '`make`'
- '`drake_config`'
- '`drake_build`'
- title: drake plans and helpers
contents:
- '`drake_plan`'
- '`transform_plan`'
- '`drake_plan_source`'
- '`code_to_function`'
- '`code_to_plan`'
- '`plan_to_code`'
- '`plan_to_notebook`'
- '`bind_plans`'
- '`drake_slice`'
- title: drake plan keywords
contents:
- '`target`'
- '`trigger`'
- '`file_in`'
- '`file_out`'
- '`knitr_in`'
- '`cancel`'
- '`cancel_if`'
- '`ignore`'
- '`no_deps`'
- '`id_chr`'
- '`drake_envir`'
- title: Transformations
contents:
- '`map`'
- '`split`'
- '`cross`'
- '`combine`'
- title: Dynamic branching
contents:
- '`subtargets`'
- '`read_trace`'
- title: Reproducible R session management
contents:
- '`drake_script`'
- '`r_make`'
- '`r_drake_build`'
- '`r_outdated`'
- '`r_recoverable`'
- '`r_missed`'
- '`r_deps_target`'
- '`r_drake_graph_info`'
- '`r_vis_drake_graph`'
- '`r_sankey_drake_graph`'
- '`r_drake_ggraph`'
- '`r_text_drake_graph`'
- '`r_predict_runtime`'
- '`r_predict_workers`'
- title: Network graphs and visualization
contents:
- '`vis_drake_graph`'
- '`sankey_drake_graph`'
- '`drake_ggraph`'
- '`text_drake_graph`'
- '`render_drake_graph`'
- '`render_sankey_drake_graph`'
- '`render_drake_ggraph`'
- '`render_text_drake_graph`'
- '`drake_graph_info`'
- '`legend_nodes`'
- title: Target status
contents:
- '`drake_history`'
- '`outdated`'
- '`recoverable`'
- '`missed`'
- '`tracked`'
- '`deps_code`'
- '`deps_target`'
- '`deps_knitr`'
- '`deps_profile`'
- title: Debugging and testing
contents:
- '`diagnose`'
- '`drake_debug`'
- title: High-performance computing
contents:
- '`drake_hpc_template_file`'
- '`drake_hpc_template_files`'
- title: Time
contents:
- '`build_times`'
- '`predict_runtime`'
- '`predict_workers`'
- title: Cache creation
contents:
- '`drake_cache`'
- '`new_cache`'
- '`find_cache`'
- title: Cache usage
contents:
- '`loadd`'
- '`readd`'
- '`cached`'
- '`cached_planned`'
- '`cached_unplanned`'
- '`drake_cache_log`'
- '`drake_get_session_info`'
- '`read_drake_seed`'
- '`show_source`'
- '`file_store`'
- '`drake_tempfile`'
- title: Cache maintenance
contents:
- '`clean`'
- '`which_clean`'
- '`drake_gc`'
- '`rescue_cache`'
- title: Progress
contents:
- '`drake_progress`'
- '`drake_running`'
- '`drake_done`'
- '`drake_failed`'
- '`drake_cancelled`'