-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
S3method(cnd_body,assert_error)
S3method(cnd_body,assert_warning)
S3method(cnd_header,assert_error)
S3method(cnd_header,assert_warning)
export(assert)
export(assert_equal)
export(assert_greater)
export(assert_greater_equal)
export(assert_has_names)
export(assert_inherits)
export(assert_is_bool)
export(assert_is_character)
export(assert_is_double)
export(assert_is_integer)
export(assert_is_integerish)
export(assert_is_logical)
export(assert_is_named)
export(assert_is_numeric)
export(assert_is_raw)
export(assert_is_scalar_character)
export(assert_is_scalar_double)
export(assert_is_scalar_integer)
export(assert_is_scalar_integerish)
export(assert_is_scalar_logical)
export(assert_is_scalar_numeric)
export(assert_is_scalar_raw)
export(assert_is_string)
export(assert_is_typeof)
export(assert_less)
export(assert_less_equal)
export(assert_not_equal)
export(assert_not_na)
export(assert_not_null)
export(assert_range)
export(assert_typeof)
export(warn_if)
export(warn_if_not)
importFrom(rlang,"%||%")
importFrom(rlang,cnd_body)
importFrom(rlang,cnd_header)