This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
/
NAMESPACE
72 lines (71 loc) · 2.11 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
# Generated by roxygen2: do not edit by hand
export(citationwrap)
export(dedoc)
export(dedoc_to_active_file)
export(dedoc_to_new_file)
export(htmlcommentwrap)
export(is_redoc)
export(latexwrap)
export(make_preknitter)
export(make_wrapper)
export(pandoc_ast)
export(rawblockwrap)
export(rawspanwrap)
export(redoc)
export(redoc_diff)
export(redoc_example_docx)
export(redoc_example_edited_docx)
export(redoc_example_rmd)
export(redoc_extract_rmd)
export(roundtrip_active_file)
import(xml2)
importFrom(diffobj,diffFile)
importFrom(jsonlite,fromJSON)
importFrom(knitr,knit_global)
importFrom(knitr,knit_print)
importFrom(knitr,opts_chunk)
importFrom(knitr,opts_knit)
importFrom(mime,guess_type)
importFrom(officer,read_docx)
importFrom(officer,styles_info)
importFrom(rmarkdown,output_format)
importFrom(rmarkdown,pandoc_convert)
importFrom(rmarkdown,word_document)
importFrom(stringi,"stri_sub<-")
importFrom(stringi,stri_c)
importFrom(stringi,stri_count_fixed)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_extract_all_regex)
importFrom(stringi,stri_extract_first_regex)
importFrom(stringi,stri_join)
importFrom(stringi,stri_length)
importFrom(stringi,stri_locate_all_fixed)
importFrom(stringi,stri_locate_all_regex)
importFrom(stringi,stri_locate_first_fixed)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_replace_first_fixed)
importFrom(stringi,stri_replace_first_regex)
importFrom(stringi,stri_replace_last_fixed)
importFrom(stringi,stri_split_lines1)
importFrom(stringi,stri_sub)
importFrom(stringi,stri_subset_fixed)
importFrom(stringi,stri_subset_regex)
importFrom(tools,file_path_sans_ext)
importFrom(utils,unzip)
importFrom(whoami,fullname)
importFrom(whoami,username)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)
importFrom(xml2,xml_add_child)
importFrom(xml2,xml_child)
importFrom(xml2,xml_children)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_remove)
importFrom(xml2,xml_set_attrs)
importFrom(yaml,as.yaml)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)
importFrom(yaml,yaml.load)