-
Notifications
You must be signed in to change notification settings - Fork 74
/
_pkgdown.yml
182 lines (182 loc) · 3.59 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
destination: docs/
navbar:
components:
overview:
text: Overview
href: articles/overview.html
manual:
text: Manual
href: https://books.ropensci.org/targets
design:
text: Design
href: https://books.ropensci.org/targets-design
structure:
left: [intro, reference, overview, manual, design, articles, tutorials, news]
right: [search, github, lightswitch]
reference:
- title: Help
contents:
- 'targets-package'
- 'use_targets'
- 'use_targets_rmd'
- 'tar_reprex'
- title: Scripts
contents:
- 'tar_edit'
- 'tar_github_actions'
- 'tar_helper'
- 'tar_renv'
- 'tar_script'
- title: Configuration
contents:
- 'tar_config_get'
- 'tar_config_projects'
- 'tar_config_set'
- 'tar_config_unset'
- 'tar_config_yaml'
- 'tar_envvars'
- 'tar_option_get'
- 'tar_option_reset'
- 'tar_option_set'
- title: Targets
contents:
- 'tar_cue'
- 'tar_target'
- title: Pipeline
contents:
- 'tar_make'
- 'tar_make_clustermq'
- 'tar_make_future'
- title: Debug
contents:
- 'tar_load_globals'
- 'tar_traceback'
- 'tar_workspace'
- 'tar_workspaces'
- title: Storage
contents:
- 'tar_format'
- 'tar_load'
- 'tar_load_everything'
- 'tar_objects'
- 'tar_read'
- title: Content-addressable storage
contents:
- 'tar_repository_cas'
- 'tar_repository_cas_local'
- 'tar_repository_cas_local_gc'
- title: Metadata
contents:
- 'tar_crew'
- 'tar_meta'
- 'tar_meta_delete'
- 'tar_meta_download'
- 'tar_meta_sync'
- 'tar_meta_upload'
- 'tar_pid'
- 'tar_process'
- title: Inspect
contents:
- 'tar_deps'
- 'tar_manifest'
- 'tar_outdated'
- 'tar_sitrep'
- 'tar_validate'
- title: Visualize
contents:
- 'tar_glimpse'
- 'tar_mermaid'
- 'tar_network'
- 'tar_visnetwork'
- title: Clean
contents:
- 'tar_delete'
- 'tar_destroy'
- 'tar_invalidate'
- 'tar_prune'
- 'tar_prune_list'
- 'tar_unscript'
- 'tar_unversion'
- title: Progress
contents:
- 'tar_poll'
- 'tar_watch'
- 'tar_watch_server'
- 'tar_watch_ui'
- 'tar_progress'
- 'tar_progress_branches'
- 'tar_progress_summary'
- 'tar_skipped'
- 'tar_dispatched'
- 'tar_completed'
- 'tar_canceled'
- 'tar_errored'
- title: Time
contents:
- 'tar_newer'
- 'tar_older'
- 'tar_timestamp'
- title: Existence
contents:
- 'tar_exist_meta'
- 'tar_exist_objects'
- 'tar_exist_process'
- 'tar_exist_progress'
- 'tar_exist_script'
- title: Branching
contents:
- 'tar_branch_index'
- 'tar_branch_names'
- 'tar_branches'
- 'tar_pattern'
- title: Resources
contents:
- 'tar_resources'
- 'tar_resources_aws'
- 'tar_resources_clustermq'
- 'tar_resources_crew'
- 'tar_resources_custom_format'
- 'tar_resources_feather'
- 'tar_resources_fst'
- 'tar_resources_future'
- 'tar_resources_gcp'
- 'tar_resources_network'
- 'tar_resources_parquet'
- 'tar_resources_qs'
- 'tar_resources_repository_cas'
- 'tar_resources_url'
- title: Target Markdown
contents:
- 'tar_engine_knitr'
- 'tar_interactive'
- 'tar_noninteractive'
- 'tar_toggle'
- title: Pseudo-random number generation
contents:
- 'tar_seed_create'
- 'tar_seed_get'
- 'tar_seed_set'
- title: Utilities
contents:
- 'tar_active'
- 'tar_backoff'
- 'tar_call'
- 'tar_cancel'
- 'tar_definition'
- 'tar_described_as'
- 'tar_envir'
- 'tar_format_get'
- 'tar_group'
- 'tar_name'
- 'tar_path_script'
- 'tar_path_script_support'
- 'tar_path_store'
- 'tar_path_target'
- 'tar_source'
- 'tar_unblock_process'
- title: Extending targets
contents:
- 'tar_assert'
- 'tar_condition'
- 'tar_language'
- 'tar_test'