-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
72 lines (71 loc) · 1.89 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
66
67
68
69
70
71
72
# Generated by roxygen2: do not edit by hand
export(as_api_key_security_scheme)
export(as_api_object)
export(as_components)
export(as_contact)
export(as_info)
export(as_license)
export(as_oauth2_authorization_code_flow)
export(as_oauth2_implicit_flow)
export(as_oauth2_security_scheme)
export(as_oauth2_token_flow)
export(as_origin)
export(as_paths)
export(as_rapid)
export(as_reference)
export(as_schema)
export(as_scopes)
export(as_security)
export(as_security_scheme)
export(as_security_scheme_details)
export(as_security_schemes)
export(as_server_variables)
export(as_servers)
export(as_string_replacements)
export(caller_arg)
export(caller_env)
export(class_api_key_security_scheme)
export(class_components)
export(class_contact)
export(class_info)
export(class_license)
export(class_oauth2_authorization_code_flow)
export(class_oauth2_implicit_flow)
export(class_oauth2_security_scheme)
export(class_oauth2_token_flow)
export(class_origin)
export(class_paths)
export(class_rapid)
export(class_reference)
export(class_schema)
export(class_scopes)
export(class_security)
export(class_security_scheme_details)
export(class_security_schemes)
export(class_server_variables)
export(class_servers)
export(class_string_replacements)
export(expand_servers)
if (getRversion() < "4.3.0") importFrom("S7", "@")
importFrom(S7,"prop<-")
importFrom(S7,S7_inherits)
importFrom(S7,class_any)
importFrom(S7,class_character)
importFrom(S7,class_data.frame)
importFrom(S7,class_factor)
importFrom(S7,class_list)
importFrom(S7,class_logical)
importFrom(S7,prop)
importFrom(S7,validate)
importFrom(cli,format_inline)
importFrom(glue,glue)
importFrom(rlang,"%||%")
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,check_dots_empty)
importFrom(stbl,stabilize_chr)
importFrom(stbl,stabilize_chr_scalar)
importFrom(stbl,stabilize_fct)
importFrom(stbl,stabilize_lgl_scalar)
importFrom(xml2,url_absolute)
importFrom(yaml,read_yaml)