-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
105 lines (104 loc) · 3.06 KB
/
Copy pathNAMESPACE
File metadata and controls
105 lines (104 loc) · 3.06 KB
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
# Generated by roxygen2: do not edit by hand
S3method("$<-",alternative_spec)
S3method("$<-",audit_check)
S3method("$<-",audit_collection)
S3method("$<-",audit_result)
S3method("$<-",audit_run)
S3method("$<-",audit_spec)
S3method("$<-",constructibility_census)
S3method("$<-",decision_map)
S3method("$<-",evidence_record)
S3method("$<-",inferential_rule)
S3method("$<-",reference_spec)
S3method("$<-",representation_spec)
S3method("$<-",unit_spec)
S3method("[<-",alternative_spec)
S3method("[<-",audit_check)
S3method("[<-",audit_collection)
S3method("[<-",audit_result)
S3method("[<-",audit_run)
S3method("[<-",audit_spec)
S3method("[<-",constructibility_census)
S3method("[<-",decision_map)
S3method("[<-",evidence_record)
S3method("[<-",inferential_rule)
S3method("[<-",reference_spec)
S3method("[<-",representation_spec)
S3method("[<-",unit_spec)
S3method("[[<-",alternative_spec)
S3method("[[<-",audit_check)
S3method("[[<-",audit_collection)
S3method("[[<-",audit_result)
S3method("[[<-",audit_run)
S3method("[[<-",audit_spec)
S3method("[[<-",constructibility_census)
S3method("[[<-",decision_map)
S3method("[[<-",evidence_record)
S3method("[[<-",inferential_rule)
S3method("[[<-",reference_spec)
S3method("[[<-",representation_spec)
S3method("[[<-",unit_spec)
S3method(as.data.frame,audit_collection)
S3method(format,alternative_spec)
S3method(format,audit_check)
S3method(format,audit_collection)
S3method(format,audit_result)
S3method(format,audit_run)
S3method(format,audit_spec)
S3method(format,constructibility_census)
S3method(format,decision_map)
S3method(format,evidence_record)
S3method(format,inferential_rule)
S3method(format,reference_spec)
S3method(format,representation_spec)
S3method(format,unit_spec)
S3method(print,alternative_spec)
S3method(print,audit_check)
S3method(print,audit_collection)
S3method(print,audit_result)
S3method(print,audit_run)
S3method(print,audit_spec)
S3method(print,constructibility_census)
S3method(print,decision_map)
S3method(print,evidence_record)
S3method(print,inferential_rule)
S3method(print,reference_spec)
S3method(print,representation_spec)
S3method(print,unit_spec)
S3method(summary,alternative_spec)
S3method(summary,audit_check)
S3method(summary,audit_collection)
S3method(summary,audit_result)
S3method(summary,audit_run)
S3method(summary,audit_spec)
S3method(summary,constructibility_census)
S3method(summary,decision_map)
S3method(summary,evidence_record)
S3method(summary,inferential_rule)
S3method(summary,reference_spec)
S3method(summary,representation_spec)
S3method(summary,unit_spec)
export(alternative_spec)
export(amend_audit)
export(apply_decision_map)
export(audit_collection)
export(audit_saturation)
export(audit_spec)
export(check_alternative_integrity)
export(check_audit)
export(constructibility_census)
export(decision_map)
export(denominator_summary)
export(evidence_record)
export(freeze_audit)
export(inferential_rule)
export(reference_spec)
export(render_audit)
export(representation_spec)
export(run_audit)
export(stress_response)
export(unit_spec)
export(verify_audit)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,tail)