-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
96 lines (95 loc) · 2.54 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Generated by roxygen2: do not edit by hand
export(add_author)
export(add_report_numbers)
export(check_dependencies)
export(column_start)
export(column_width)
export(cover_info)
export(create_report)
export(dyn_table)
export(ebook)
export(epub_book)
export(gitbook)
export(handouts)
export(inbo_ebook)
export(inbo_handouts)
export(inbo_poster)
export(inbo_rapport)
export(inbo_rapport_css)
export(inbo_slides)
export(inbo_verslag)
export(inbo_zending)
export(insert_alertblock)
export(insert_block)
export(insert_exampleblock)
export(kolom_breedte)
export(kolom_start)
export(minutes)
export(mission)
export(pdf_report)
export(poster)
export(references)
export(render_natbib)
export(report)
export(slides)
export(validate_doi)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_name)
importFrom(assertthat,is.count)
importFrom(assertthat,is.date)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(bookdown,epub_book)
importFrom(bookdown,gitbook)
importFrom(bookdown,pdf_book)
importFrom(checklist,ask_yes_no)
importFrom(checklist,menu_first)
importFrom(checklist,organisation)
importFrom(checklist,read_checklist)
importFrom(checklist,use_author)
importFrom(dplyr,"%>%")
importFrom(dplyr,mutate_all)
importFrom(fs,dir_create)
importFrom(fs,dir_exists)
importFrom(fs,file_copy)
importFrom(fs,file_exists)
importFrom(fs,is_dir)
importFrom(fs,is_file)
importFrom(fs,path)
importFrom(gert,git_branch_exists)
importFrom(gert,git_find)
importFrom(gert,git_remote_info)
importFrom(gert,git_remote_list)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(htmltools,htmlDependency)
importFrom(knitr,is_html_output)
importFrom(knitr,kable)
importFrom(knitr,opts_current)
importFrom(knitr,opts_knit)
importFrom(pdftools,pdf_convert)
importFrom(qrcode,qr_code)
importFrom(rmarkdown,includes_to_pandoc_args)
importFrom(rmarkdown,knitr_options)
importFrom(rmarkdown,output_format)
importFrom(rmarkdown,pandoc_available)
importFrom(rmarkdown,pandoc_options)
importFrom(rmarkdown,pandoc_path_arg)
importFrom(rmarkdown,pandoc_variable_arg)
importFrom(rmarkdown,pandoc_version)
importFrom(rmarkdown,render)
importFrom(rmarkdown,yaml_front_matter)
importFrom(tinytex,check_installed)
importFrom(tinytex,install_tinytex)
importFrom(tinytex,is_tinytex)
importFrom(tinytex,tlmgr_conf)
importFrom(utils,compareVersion)
importFrom(utils,file_test)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,packageVersion)
importFrom(utils,tail)