-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
S3method(format,tastr)
S3method(print,tastr)
S3method(roclet_output,roclet_type)
S3method(roclet_process,roclet_type)
S3method(roxy_tag_parse,roxy_tag_type)
export(capture_contracts)
export(check_type)
export(clear_contracts)
export(get_autoinject)
export(get_classes)
export(get_contracts)
export(get_parameter_type)
export(get_severity)
export(get_typed_function_names)
export(get_typed_package_names)
export(has_contract)
export(ignore_contracts)
export(import_type_declarations)
export(infer_type)
export(insert_contract)
export(is_class_type)
export(is_function_type)
export(is_function_typed)
export(is_subtype)
export(minimize_list_of_sigs)
export(minimize_signature)
export(sig_distance)
export(combine_sigs)
export(is_package_typed)
export(is_type_well_formed)
export(parse_type)
export(remove_contract)
export(set_autoinject)
export(set_severity)
export(set_type_declaration)
export(show_function_type_declaration)
export(show_package_type_declarations)
export(show_type_declarations)
export(type_roclet)
importFrom(roxygen2,block_get_tags)
importFrom(roxygen2,roclet)
importFrom(roxygen2,roclet_output)
importFrom(roxygen2,roclet_process)
importFrom(roxygen2,roxy_tag_parse)
importFrom(roxygen2,roxy_tag_warning)
useDynLib(contractr, .registration = TRUE, .fixes = "C_")