-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
executable file
·81 lines (80 loc) · 2.06 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
# Generated by roxygen2: do not edit by hand
export(add_manureport_docx_titlepage)
export(add_resdoc_docx_frontmatter)
export(add_resdoc_docx_titlepage)
export(add_techreport_docx_titlepage)
export(check_yaml)
export(create_tempdir_for_latex)
export(csas_table)
export(draft)
export(fr)
export(fsar_word)
export(get_french)
export(manureport_pdf)
export(manureport_word)
export(pandoc_curr_ver_is_before)
export(render)
export(render_sar)
export(resdoc_pdf)
export(resdoc_word)
export(run_pdflatex)
export(set_citations)
export(set_french)
export(sr_pdf)
export(sr_word)
export(techreport_pdf)
export(techreport_word)
export(theme_csas)
export(tr)
import(bookdown)
importFrom(cli,symbol)
importFrom(crayon,combine_styles)
importFrom(crayon,cyan)
importFrom(crayon,make_style)
importFrom(crayon,red)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarize)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,rel)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(glue,glue)
importFrom(grDevices,col2rgb)
importFrom(grid,unit)
importFrom(here,here)
importFrom(kableExtra,kable_styling)
importFrom(kableExtra,landscape)
importFrom(kableExtra,linebreak)
importFrom(kableExtra,magic_mirror)
importFrom(kableExtra,row_spec)
importFrom(knitr,all_patterns)
importFrom(knitr,kable)
importFrom(officer,body_add_docx)
importFrom(officer,body_add_toc)
importFrom(officer,cursor_reach)
importFrom(officer,read_docx)
importFrom(purrr,imap)
importFrom(purrr,imap_chr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,prepend)
importFrom(purrr,pwalk)
importFrom(purrr,walk2)
importFrom(rlang,`%||%`)
importFrom(rmarkdown,yaml_front_matter)
importFrom(stringr,str_count)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_split)
importFrom(tibble,tibble)
importFrom(tinytex,latexmk)
importFrom(tinytex,pdflatex)
importFrom(utils,tail)