This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.79 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
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
S3method(print,oc_agent)
S3method(print,oc_api)
S3method(print,oc_event)
S3method(print,oc_event_acl)
S3method(print,oc_event_list_publications)
S3method(print,oc_event_metadata)
S3method(print,oc_event_publication)
S3method(print,oc_event_scheduling)
S3method(print,oc_group)
S3method(print,oc_info_me)
S3method(print,oc_info_me_roles)
S3method(print,oc_info_organization)
S3method(print,oc_info_organization_properties)
S3method(print,oc_list_agents)
S3method(print,oc_list_events)
S3method(print,oc_list_groups)
S3method(print,oc_list_series)
S3method(print,oc_list_workflow_definitions)
S3method(print,oc_list_workflow_instances)
S3method(print,oc_series)
S3method(print,oc_series_acl)
S3method(print,oc_series_metadata)
S3method(print,oc_series_properties)
S3method(print,oc_version)
S3method(print,oc_version_default)
S3method(print,oc_workflow_definition)
S3method(print,oc_workflow_instance)
export(oc_agent)
export(oc_api)
export(oc_event)
export(oc_event_acl)
export(oc_event_list_publications)
export(oc_event_metadata)
export(oc_event_publication)
export(oc_event_scheduling)
export(oc_group)
export(oc_hostname)
export(oc_info_me)
export(oc_info_me_roles)
export(oc_info_organization)
export(oc_info_organization_properties)
export(oc_list_agents)
export(oc_list_events)
export(oc_list_groups)
export(oc_list_series)
export(oc_list_workflow_definitions)
export(oc_list_workflow_instances)
export(oc_package_query)
export(oc_package_useragent)
export(oc_password)
export(oc_series)
export(oc_series_acl)
export(oc_series_metadata)
export(oc_series_properties)
export(oc_username)
export(oc_version)
export(oc_version_default)
export(oc_workflow_definition)
export(oc_workflow_instance)
import(httr)
importFrom(httr,modify_url)
importFrom(jsonlite,fromJSON)
importFrom(utils,str)