-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
export(clean_rendering_files)
export(compile_qmd_course)
export(copy_img_and_edit_path)
export(create_template_html)
export(extract_html_slides)
export(render_single_qmd)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(dplyr,filter)
importFrom(fs,dir_copy)
importFrom(fs,dir_create)
importFrom(fs,dir_delete)
importFrom(fs,dir_exists)
importFrom(fs,dir_ls)
importFrom(fs,dir_map)
importFrom(fs,path_rel)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map_lgl)
importFrom(future,plan)
importFrom(htmltools,HTML)
importFrom(htmltools,htmlTemplate)
importFrom(htmltools,renderDocument)
importFrom(htmltools,save_html)
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(purrr,walk2)
importFrom(quarto,quarto_inspect)
importFrom(quarto,quarto_render)
importFrom(quarto,quarto_version)
importFrom(rvest,html_attr)
importFrom(rvest,html_children)
importFrom(rvest,html_elements)
importFrom(rvest,read_html)
importFrom(stats,setNames)
importFrom(tools,file_ext)
importFrom(utils,download.file)
importFrom(utils,unzip)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)