-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
51 lines (50 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_additional)
export(add_dev_history)
export(add_flat_template)
export(add_full)
export(add_fusen_chunks)
export(add_minimal_flat)
export(add_minimal_package)
export(check_not_registered_files)
export(create_fusen)
export(deprecate_flat_file)
export(draw_package_structure)
export(fill_description)
export(get_all_created_funs)
export(get_package_structure)
export(inflate)
export(inflate_all)
export(inflate_all_no_check)
export(init_share_on_github)
export(list_flat_files)
export(load_flat_functions)
export(register_all_to_config)
export(rename_flat_file)
export(sepuku)
importFrom(attachment,att_amend_desc)
importFrom(cli,cat_rule)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(covr,package_coverage)
importFrom(devtools,check)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(methods,formalArgs)
importFrom(pkgload,unload)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringi,stri_trans_general)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,file_path_sans_ext)
importFrom(utils,getFromNamespace)
importFrom(utils,osVersion)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)