-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_pkgdown.yml
108 lines (98 loc) · 2.75 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
url: https://www.vaccineimpact.org/orderly/
template:
bootstrap: 4
reference:
- title: Basic use
desc: Core orderly functions for basic use
contents:
- orderly_init
- orderly_new
- orderly_run
- orderly_commit
- title: Develop a report
desc: >-
Interactively develop an orderly report by copying its
requiremnts into the source directory
contents:
- orderly_develop_clean
- orderly_develop_start
- orderly_develop_status
- title: Query existing reports
desc: >-
Find information about previous run reports (draft, archive or
failed), search for versions and show information about the
dependency graph
contents:
- orderly_graph
- orderly_graph_out_of_date
- orderly_info
- orderly_latest
- orderly_list
- orderly_list_archive
- orderly_list_drafts
- orderly_list_metadata
- orderly_search
- title: Helpers
desc: >-
A group of usethis-inspired functions for editing `orderly.yml`
and configuring a report
contents:
- orderly_use_gitignore
- orderly_use_package
- orderly_use_resource
- orderly_use_source
- title: Remotes
desc: >-
Interact with remotes (see also `vignettes("remotes")`)
contents:
- orderly_pull_archive
- orderly_pull_dependencies
- orderly_push_archive
- orderly_remote_path
- orderly_remote_status
- orderly_default_remote_get
- orderly_default_remote_set
- orderly_run_remote
- orderly_cancel_remote
- title: Advanced - bundles
desc: >-
Bundle orderly reports to run on another machine (see also
`vignettes("bundles")`)
contents:
- orderly_bundle_import
- orderly_bundle_import_remote
- orderly_bundle_list
- orderly_bundle_pack
- orderly_bundle_pack_remote
- orderly_bundle_run
- title: Advanced - access orderly's state
desc: >-
Functions that allow interacting with orderly's internal
state. Typical users will not need to interact with these very
often
contents:
- orderly_config
- orderly_db
- orderly_remote
- title: Advanced - maintenance
desc: >-
Functions for maintenance of orderly's archive. You may be
pointed to these by error messages.
contents:
- orderly_cleanup
- orderly_deduplicate
- orderly_rebuild
- orderly_migrate
- title: Other
desc: >-
Functions that do not fit neatly into the above groupings.
contents:
- orderly_example
- orderly_run_info
- orderly_packages
- orderly_log
- orderly_log_off
- orderly_log_on
- orderly_batch
- orderly_test_check
- orderly_test_start