-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.68 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(format,orderly_comparison)
S3method(format,orderly_query)
S3method(print,orderly_cleanup_status)
S3method(print,orderly_comparison)
S3method(print,orderly_query_explain)
export(orderly_artefact)
export(orderly_cleanup)
export(orderly_cleanup_status)
export(orderly_compare_packets)
export(orderly_comparison_explain)
export(orderly_config)
export(orderly_config_set)
export(orderly_copy_files)
export(orderly_dependency)
export(orderly_description)
export(orderly_example)
export(orderly_gitignore_update)
export(orderly_hash_data)
export(orderly_hash_file)
export(orderly_init)
export(orderly_interactive_set_search_options)
export(orderly_list_src)
export(orderly_location_add)
export(orderly_location_add_http)
export(orderly_location_add_packit)
export(orderly_location_add_path)
export(orderly_location_fetch_metadata)
export(orderly_location_list)
export(orderly_location_pull)
export(orderly_location_pull_metadata)
export(orderly_location_pull_packet)
export(orderly_location_push)
export(orderly_location_remove)
export(orderly_location_rename)
export(orderly_metadata)
export(orderly_metadata_extract)
export(orderly_metadata_read)
export(orderly_new)
export(orderly_parameters)
export(orderly_parse_expr)
export(orderly_parse_file)
export(orderly_plugin_add_metadata)
export(orderly_plugin_context)
export(orderly_plugin_register)
export(orderly_prune_orphans)
export(orderly_query)
export(orderly_query_explain)
export(orderly_resource)
export(orderly_run)
export(orderly_run_info)
export(orderly_search)
export(orderly_search_options)
export(orderly_shared_resource)
export(orderly_strict_mode)
export(orderly_validate_archive)
importFrom(R6,R6Class)