-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.75 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
# Generated by roxygen2: do not edit by hand
S3method(recompose_path,decomposed_path)
export(choose_dir)
export(choose_files)
export(copy_dir)
export(create_dirs)
export(create_files)
export(cygwinify_path)
export(decompose_path)
export(dir_copy)
export(get_drive)
export(get_extension)
export(get_libraries)
export(get_windows_drive)
export(is_windows_drive)
export(os_path)
export(parent_dir)
export(r_environ)
export(r_environ_site)
export(r_home)
export(r_profile)
export(r_profile_site)
export(recompose_path)
export(remove_dirs)
export(replace_extension)
export(rstudio_project_dir)
export(split_dir)
export(split_path)
export(standardise_path)
export(standardize_path)
export(strip_extension)
export(sys_which)
export(system_file)
export(temp_dir)
export(temp_file)
importFrom(assertive.base,coerce_to)
importFrom(assertive.base,is_not_na)
importFrom(assertive.base,strip_attributes)
importFrom(assertive.files,is_dir)
importFrom(assertive.numbers,is_equal_to)
importFrom(assertive.properties,is_empty)
importFrom(assertive.reflection,assert_is_rstudio)
importFrom(assertive.reflection,assert_is_windows)
importFrom(assertive.reflection,is_unix)
importFrom(assertive.reflection,is_windows)
importFrom(assertive.strings,is_non_missing_nor_empty_character)
importFrom(assertive.types,assert_is_a_bool)
importFrom(assertive.types,assert_is_a_string)
importFrom(assertive.types,assert_is_character)
importFrom(magrittr,"%>%")
importFrom(plyr,tryapply)
importFrom(stats,setNames)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_match_first_regex)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_replace_first_regex)
importFrom(stringi,stri_split_fixed)
importFrom(utils,head)