-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(build_files)
export(build_reference_index)
export(build_site)
export(convert_md_to_qmd)
export(convert_readme_to_index)
export(create_quarto_yaml)
importFrom(dplyr,filter)
importFrom(fs,dir_create)
importFrom(fs,dir_delete)
importFrom(fs,dir_exists)
importFrom(fs,dir_ls)
importFrom(fs,file_copy)
importFrom(fs,file_create)
importFrom(fs,file_exists)
importFrom(fs,file_move)
importFrom(fs,fs_path)
importFrom(fs,path)
importFrom(fs,path_ext_remove)
importFrom(fs,path_file)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(purrr,as_vector)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,pmap_chr)
importFrom(purrr,walk)
importFrom(quarto,quarto_path)
importFrom(quarto,quarto_preview)
importFrom(rlang,has_name)
importFrom(stringr,fixed)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_subset)
importFrom(yaml,as.yaml)
importFrom(yaml,write_yaml)
importFrom(yaml,yaml.load_file)