-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
114 lines (113 loc) · 2.7 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
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
109
110
111
112
113
114
# Generated by roxygen2: do not edit by hand
S3method("!",option)
S3method("&",option)
S3method("&",result)
S3method("*",option)
S3method("*",result)
S3method("+",option)
S3method("+",result)
S3method("-",option)
S3method("-",result)
S3method("/",option)
S3method("/",result)
S3method("<",option)
S3method("<",result)
S3method("<=",option)
S3method("<=",result)
S3method("==",option)
S3method("==",result)
S3method(">",option)
S3method(">",result)
S3method(">=",option)
S3method(">=",result)
S3method("[",option)
S3method("[",result)
S3method("[[",option)
S3method("[[",result)
S3method("^",option)
S3method("^",result)
S3method("|",option)
S3method("|",result)
S3method(as.call,option)
S3method(as.call,result)
S3method(as.character,option)
S3method(as.character,result)
S3method(as.complex,option)
S3method(as.complex,result)
S3method(as.data.frame,option)
S3method(as.data.frame,result)
S3method(as.double,option)
S3method(as.double,result)
S3method(as.environment,option)
S3method(as.environment,result)
S3method(as.expression,option)
S3method(as.expression,result)
S3method(as.function,option)
S3method(as.function,result)
S3method(as.integer,option)
S3method(as.integer,result)
S3method(as.list,option)
S3method(as.list,result)
S3method(as.logical,option)
S3method(as.logical,result)
S3method(as.matrix,option)
S3method(as.matrix,result)
S3method(as.null,option)
S3method(as.null,result)
S3method(as.numeric,option)
S3method(as.numeric,result)
S3method(as.raw,option)
S3method(as.raw,result)
S3method(as.vector,option)
S3method(as.vector,result)
S3method(as_option,result)
S3method(conditionCall,result_error)
S3method(conditionMessage,result)
S3method(expect,default)
S3method(expect,option)
S3method(expect,result)
S3method(expect_err,result)
S3method(match_result,result)
S3method(ok_or,option)
S3method(option_t,option)
S3method(print,option)
S3method(print,result)
S3method(unwrap,default)
S3method(unwrap,option)
S3method(unwrap,result)
S3method(unwrap_err,result)
S3method(unwrap_or,default)
S3method(unwrap_or,option)
S3method(unwrap_or,result)
S3method(unwrap_or_else,default)
S3method(unwrap_or_else,option)
S3method(unwrap_or_else,result)
export("&&.option")
export("&&.result")
export("||.option")
export("||.result")
export(as.language.option)
export(as.language.result)
export(as.name.option)
export(as.name.result)
export(as.pairlist.option)
export(as.pairlist.result)
export(as.symbol.option)
export(as.symbol.result)
export(as_option)
export(default_none_predicates)
export(expect)
export(expect_err)
export(is_none)
export(is_option)
export(is_some)
export(match_result)
export(none)
export(ok_or)
export(signalCondition.result_error)
export(some)
export(try_result)
export(unwrap)
export(unwrap_err)
export(unwrap_or)
export(unwrap_or_else)