-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
99 lines (98 loc) · 2.37 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
# Generated by roxygen2: do not edit by hand
export(as_assertion_error)
export(as_assertion_message)
export(as_assertion_warning)
export(as_deprecated_error)
export(as_deprecated_message)
export(as_deprecated_warning)
export(as_dimension_error)
export(as_dimension_message)
export(as_dimension_warning)
export(as_error)
export(as_future_error)
export(as_future_message)
export(as_future_warning)
export(as_index_error)
export(as_index_message)
export(as_index_warning)
export(as_io_error)
export(as_io_message)
export(as_io_warning)
export(as_length_error)
export(as_length_message)
export(as_length_warning)
export(as_library_error)
export(as_library_message)
export(as_library_warning)
export(as_lookup_error)
export(as_lookup_message)
export(as_lookup_warning)
export(as_message)
export(as_missing_error)
export(as_missing_message)
export(as_missing_warning)
export(as_name_error)
export(as_name_message)
export(as_name_warning)
export(as_runtime_error)
export(as_runtime_message)
export(as_runtime_warning)
export(as_type_error)
export(as_type_message)
export(as_type_warning)
export(as_value_error)
export(as_value_message)
export(as_value_warning)
export(as_warning)
export(assertion_error)
export(assertion_message)
export(assertion_warning)
export(condition)
export(condition_error)
export(condition_message)
export(condition_warning)
export(deprecated_error)
export(deprecated_message)
export(deprecated_warning)
export(dimension_error)
export(dimension_message)
export(dimension_warning)
export(future_error)
export(future_message)
export(future_warning)
export(index_error)
export(index_message)
export(index_warning)
export(io_error)
export(io_message)
export(io_warning)
export(length_error)
export(length_message)
export(length_warning)
export(library_error)
export(library_message)
export(library_warning)
export(lookup_error)
export(lookup_message)
export(lookup_warning)
export(missing_error)
export(missing_message)
export(missing_warning)
export(name_error)
export(name_message)
export(name_warning)
export(runtime_error)
export(runtime_message)
export(runtime_warning)
export(type_error)
export(type_message)
export(type_warning)
export(value_error)
export(value_message)
export(value_warning)
useDynLib(conditions,cmessage)
useDynLib(conditions,condition_error_)
useDynLib(conditions,condition_message_)
useDynLib(conditions,condition_warning_)
useDynLib(conditions,cstop)
useDynLib(conditions,cwarn)