-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 988 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_to_sysdata)
export(bump_version)
export(check_namespace_conflicts)
export(combine_R_files)
export(delete_combined)
export(delete_combined_tests)
export(delete_combined_vignettes)
export(delete_dev)
export(dev_document)
export(dev_function_freq)
export(dev_pull_and_update)
export(dev_show_duplicated_functions)
export(dev_show_functions)
export(dev_update)
export(extract_function_definitions)
export(fast_commit)
export(find_imported_functions)
export(get_all_functions)
export(get_external_functions)
export(pkg_combine_R_files)
export(pkg_combine_R_files_launch)
export(pkg_dev_nav)
export(pkg_dev_nav_combined)
export(pkg_dev_nav_dev)
export(pkg_dev_nav_setup)
export(pkg_dev_nav_test_dev)
export(pkg_dev_nav_test_prod)
export(remove_trailing_whitespace)
export(run_test_dev)
export(run_test_prod)
export(setup_RosyDev)
export(split_R_files)
export(wrap_roxygen_text)
import(RosyUtils)
importFrom(magrittr,"%>%")