-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 976 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
# Generated by roxygen2: do not edit by hand
export(conf_assign)
export(conf_auto_load)
export(conf_auto_load_internal)
export(conf_get)
export(conf_load)
export(conf_load_from_dir)
export(conf_merge)
import(config)
import(fs)
import(magrittr)
import(stringr)
importFrom(config,get)
importFrom(fs,dir_ls)
importFrom(fs,path)
importFrom(fs,path_file)
importFrom(lifecycle,deprecate_soft)
importFrom(pkgload,pkg_name)
importFrom(purrr,flatten)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,set_names)
importFrom(purrr,walk)
importFrom(rlang,call2)
importFrom(rlang,caller_env)
importFrom(rlang,eval_tidy)
importFrom(rlang,parse_expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_glue)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(usethis,ui_info)
importFrom(usethis,ui_line)
importFrom(valid,valid)