-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
41 lines (40 loc) · 949 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(merge,file_collection)
S3method(print,file_collection)
S3method(print,file_spec)
S3method(prune,file_collection)
S3method(sanitize,file_collection)
export("%>%")
export(collate)
export(ext_binary)
export(ext_text)
export(file_auto)
export(file_data)
export(file_default)
export(file_ectd)
export(file_man)
export(file_r)
export(file_root_all)
export(file_root_core)
export(file_spec)
export(file_src)
export(file_tests)
export(file_vignettes)
export(is_file_collection)
export(is_file_spec)
export(pack)
export(pattern_file_root_all)
export(pattern_file_root_core)
export(pattern_file_sanitize)
export(pattern_file_src)
export(prune)
export(remove_content)
export(sanitize)
export(sanitize_file_collection)
export(unpack)
export(verify_ascii)
importFrom(magrittr,"%>%")
importFrom(remotes,install_local)
importFrom(stats,setNames)
importFrom(tools,showNonASCIIfile)
importFrom(utils,file_test)