-
Notifications
You must be signed in to change notification settings - Fork 18
/
_pkgdown.yml
90 lines (89 loc) · 1.92 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
url: https://docs.ropensci.org/tarchetypes
destination: docs/
navbar:
components:
targets:
text: targets
href: https://docs.ropensci.org/targets
structure:
left: [intro, reference, articles, targets, news]
right: [search, github, lightswitch]
reference:
- title: Help
contents:
- 'tarchetypes-package'
- title: Literate programming targets
contents:
- 'tar_knit'
- 'tar_quarto'
- 'tar_quarto_rep'
- 'tar_render'
- 'tar_render_rep'
- title: Literate programming utilities
contents:
- 'tar_knitr_deps'
- 'tar_knitr_deps_expr'
- 'tar_quarto_files'
- title: Target factories for storage formats
contents:
- 'tar_formats'
- title: Storage formats
contents:
- 'tar_format_nanoparquet'
- title: Simple files
contents:
- 'tar_file_read'
- title: Static branching
contents:
- 'tar_combine'
- 'tar_map'
- title: Dynamic branching over files
contents:
- 'tar_files'
- 'tar_files_input'
- title: Dynamic grouped data frames
contents:
- 'tar_group_by'
- 'tar_group_count'
- 'tar_group_select'
- 'tar_group_size'
- title: Dynamic batched replication
contents:
- 'tar_rep'
- 'tar_rep2'
- title: Dynamic batched replication within static branches for data frames
contents:
- 'tar_map_rep'
- title: Batched dynamic-within-static branching for data frames
contents:
- 'tar_map2_count'
- 'tar_map2_size'
- title: Target selection
contents:
- 'tar_select_names'
- 'tar_select_targets'
- title: Targets with custom invalidation rules
contents:
- 'tar_age'
- 'tar_change'
- 'tar_download'
- 'tar_force'
- 'tar_skip'
- title: Cues
contents:
- 'tar_cue_age'
- 'tar_cue_force'
- 'tar_cue_skip'
- title: Hooks
contents:
- 'tar_hook_before'
- 'tar_hook_inner'
- 'tar_hook_outer'
- title: Metaprogramming utilities
contents:
- 'tar_eval'
- 'tar_sub'
- title: Domain-specific languages for pipeline construction
contents:
- 'tar_assign'
- 'tar_plan'