-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
39 lines (38 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
S3method(as.character,listdown_header)
S3method(ld_make_chunks,listdown)
S3method(print,ld_cc_dendro)
S3method(print,ld_page_bundle)
S3method(print,listdown)
S3method(print,listdown_header)
export(as_ld_yml)
export(class_and_tag)
export(create_load_cc_expr)
export(ld_build_html_site)
export(ld_bundle_doc)
export(ld_cc_dendro)
export(ld_chunk_opts)
export(ld_create_doc)
export(ld_make_chunks)
export(ld_rmarkdown_header)
export(ld_site_yaml)
export(ld_workflowr_header)
export(ld_write_file)
export(listdown)
importFrom(checkmate,assert)
importFrom(checkmate,check_character)
importFrom(checkmate,check_class)
importFrom(checkmate,check_list)
importFrom(checkmate,check_null)
importFrom(checkmate,check_numeric)
importFrom(fs,path_abs)
importFrom(fs,path_rel)
importFrom(rmarkdown,render)
importFrom(rmarkdown,render_site)
importFrom(stats,na.omit)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,browseURL)
importFrom(utils,tail)
importFrom(yaml,as.yaml)
importFrom(yaml,write_yaml)