-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 771 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 771 Bytes
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
# Generated by roxygen2: do not edit by hand
export(guild_merge)
export(guild_run)
export(guild_view)
export(install_guild)
export(install_guild_cli)
export(is_run_active)
export(resolve_run_ids)
export(runs_comment)
export(runs_delete)
export(runs_export)
export(runs_import)
export(runs_info)
export(runs_label)
export(runs_mark)
export(runs_purge)
export(runs_restore)
export(runs_scalars)
export(runs_tag)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(jsonlite,parse_json)
importFrom(rlang,"%|%")
importFrom(rlang,"%||%")
importFrom(rlang,is_string)
importFrom(rlang,names2)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,getParseData)
importFrom(utils,getSrcLocation)
importFrom(utils,modifyList)
importFrom(utils,str)