forked from ropensci/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
138 lines (138 loc) · 2.8 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
url: https://ropensci.github.io/drake
destination: docs/
navbar:
title: drake
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Get Started
href: articles/drake.html
- text: Reference
href: reference/index.html
- text: FAQ
href: https://ropenscilabs.github.io/drake-manual/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: Reproducible R session management
contents:
- '`r_make`'
- '`r_drake_build`'
- '`r_outdated`'
- '`r_missed`'
- '`r_drake_graph_info`'
- '`r_vis_drake_graph`'
- '`r_sankey_drake_graph`'
- '`r_drake_ggraph`'
- '`r_predict_runtime`'
- '`r_predict_workers`'
- title: drake plans
contents:
- '`drake_plan`'
- '`drake_plan_source`'
- '`code_to_plan`'
- '`plan_to_code`'
- '`plan_to_notebook`'
- '`bind_plans`'
- title: Special functions within plans
contents:
- '`file_in`'
- '`file_out`'
- '`knitr_in`'
- '`ignore`'
- '`drake_envir`'
- '`from_plan`'
- '`trigger`'
- title: Network graphs and visualization
contents:
- '`vis_drake_graph`'
- '`sankey_drake_graph`'
- '`render_drake_graph`'
- '`render_sankey_drake_graph`'
- '`render_drake_ggraph`'
- '`drake_ggraph`'
- '`drake_graph_info`'
- '`legend_nodes`'
- title: Target status
contents:
- '`outdated`'
- '`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: Caches
contents:
- '`get_cache`'
- '`new_cache`'
- '`find_cache`'
- title: Cache inspection
contents:
- '`loadd`'
- '`readd`'
- '`cached`'
- '`drake_cache_log`'
- '`drake_cache_log_file`'
- '`drake_get_session_info`'
- '`read_drake_seed`'
- '`show_source`'
- '`file_store`'
- title: Cache maintenance
contents:
- '`clean`'
- '`drake_gc`'
- '`rescue_cache`'
- title: Progress
contents:
- '`progress`'
- '`running`'
- '`failed`'
- title: R packages as drake workflows
contents:
- '`expose_imports`'
- title: Wildcard interface
contents:
- '`map_plan`'
- '`gather_plan`'
- '`gather_by`'
- '`reduce_plan`'
- '`reduce_by`'
- '`evaluate_plan`'
- '`expand_plan`'