-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·71 lines (70 loc) · 2.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
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
# Generated by roxygen2: do not edit by hand
S3method("!",chex_result)
S3method("==",chex_logical)
S3method("description<-",chex_current_check)
S3method("description<-",chex_result)
S3method("description<-",default)
S3method("duration<-",chex_result)
S3method("reason<-",chex_result)
S3method("reason<-",chex_status)
S3method("status<-",chex_result)
S3method(as.character,chex_preset)
S3method(as.data.frame,chex_result)
S3method(as.double,chex_preset)
S3method(as.integer,chex_preset)
S3method(as.logical,chex_preset)
S3method(description,chex_result)
S3method(description,default)
S3method(duration,chex_result)
S3method(format,chex_result)
S3method(format,chex_status)
S3method(obj_print_data,chex_result)
S3method(obj_print_header,chex_result)
S3method(print,chex_preset)
S3method(reason,chex_result)
S3method(reason,chex_status)
S3method(run_check,"function")
S3method(run_check,chex_checklist)
S3method(run_check,formula)
S3method(run_check,logical)
S3method(status,chex_result)
S3method(vec_cast,character.chex_status)
S3method(vec_cast,chex_result.chex_result)
S3method(vec_cast,chex_result.logical)
S3method(vec_cast,chex_status.character)
S3method(vec_cast,chex_status.chex_result)
S3method(vec_cast,chex_status.chex_status)
S3method(vec_cast,chex_status.logical)
S3method(vec_cast,logical.chex_result)
S3method(vec_cast,logical.chex_status)
S3method(vec_math,chex_logical)
S3method(vec_ptype2,chex_result.chex_result)
S3method(vec_ptype2,chex_status.chex_status)
S3method(vec_ptype2,chex_status.logical)
S3method(vec_ptype2,logical.chex_status)
S3method(vec_ptype_abbr,chex_result)
S3method(vec_ptype_abbr,chex_status)
S3method(vec_ptype_full,chex_result)
S3method(vec_ptype_full,chex_status)
export("description<-")
export("duration<-")
export("reason<-")
export("status<-")
export(FAIL)
export(PASS)
export(check_that)
export(checklist)
export(current_check)
export(description)
export(duration)
export(is_result)
export(reason)
export(result)
export(run_check)
export(set_description)
export(status)
import(vctrs)
importFrom(rlang,"%||%")
importFrom(rlang,is_string)
importFrom(rlang,list2)
importFrom(zeallot,"%<-%")