forked from ropensci/targets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
167 lines (167 loc) · 3.36 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
destination: docs/
navbar:
title: targets
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: Functions
href: reference/index.html
- text: Overview
href: articles/overview.html
- text: Manual
href: https://books.ropensci.org/targets
- text: Design
href: https://books.ropensci.org/targets-design
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/ropensci/targets
reference:
- title: Help
contents:
- '`targets-package`'
- '`use_targets`'
- '`use_targets_rmd`'
- '`tar_reprex`'
- title: Scripts
contents:
- '`tar_edit`'
- '`tar_github_actions`'
- '`tar_helper`'
- '`tar_helper_raw`'
- '`tar_renv`'
- '`tar_script`'
- title: Configuration
contents:
- '`tar_config_get`'
- '`tar_config_set`'
- '`tar_config_unset`'
- '`tar_envvars`'
- '`tar_option_get`'
- '`tar_option_reset`'
- '`tar_option_set`'
- title: Targets
contents:
- '`tar_cue`'
- '`tar_format`'
- '`tar_target`'
- '`tar_target_raw`'
- title: Pipeline
contents:
- '`tar_make`'
- '`tar_make_clustermq`'
- '`tar_make_future`'
- title: Debug
contents:
- '`tar_load_globals`'
- '`tar_traceback`'
- '`tar_workspace`'
- '`tar_workspaces`'
- title: Data
contents:
- '`tar_load`'
- '`tar_load_raw`'
- '`tar_load_everything`'
- '`tar_meta`'
- '`tar_objects`'
- '`tar_pid`'
- '`tar_process`'
- '`tar_read`'
- '`tar_read_raw`'
- title: Inspect
contents:
- '`tar_deps`'
- '`tar_deps_raw`'
- '`tar_manifest`'
- '`tar_network`'
- '`tar_outdated`'
- '`tar_sitrep`'
- '`tar_validate`'
- title: Visualize
contents:
- '`tar_glimpse`'
- '`tar_mermaid`'
- '`tar_visnetwork`'
- title: Clean
contents:
- '`tar_delete`'
- '`tar_destroy`'
- '`tar_invalidate`'
- '`tar_prune`'
- '`tar_unscript`'
- title: Progress
contents:
- '`tar_poll`'
- '`tar_watch`'
- '`tar_watch_server`'
- '`tar_watch_ui`'
- '`tar_progress`'
- '`tar_progress_branches`'
- '`tar_progress_summary`'
- '`tar_built`'
- '`tar_canceled`'
- '`tar_errored`'
- '`tar_skipped`'
- '`tar_started`'
- title: Time
contents:
- '`tar_newer`'
- '`tar_older`'
- '`tar_timestamp`'
- '`tar_timestamp_raw`'
- 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_branch_names_raw`'
- '`tar_branches`'
- '`tar_pattern`'
- title: Resources
contents:
- '`tar_resources`'
- '`tar_resources_aws`'
- '`tar_resources_clustermq`'
- '`tar_resources_feather`'
- '`tar_resources_fst`'
- '`tar_resources_future`'
- '`tar_resources_gcp`'
- '`tar_resources_parquet`'
- '`tar_resources_qs`'
- '`tar_resources_url`'
- title: Target Markdown
contents:
- '`tar_engine_knitr`'
- '`tar_interactive`'
- '`tar_noninteractive`'
- '`tar_toggle`'
- title: Utilities
contents:
- '`tar_active`'
- '`tar_call`'
- '`tar_cancel`'
- '`tar_definition`'
- '`tar_envir`'
- '`tar_group`'
- '`tar_name`'
- '`tar_path_script`'
- '`tar_path_script_support`'
- '`tar_path_store`'
- '`tar_path_target`'
- '`tar_seed`'
- '`tar_source`'
- title: Extending targets
contents:
- '`tar_assert`'
- '`tar_condition`'
- '`tar_language`'
- '`tar_dir`'
- '`tar_test`'