-
Notifications
You must be signed in to change notification settings - Fork 34
/
NAMESPACE
54 lines (53 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
export(align_arrow)
export(align_equal)
export(backtickr)
export(blockquoter)
export(boldr)
export(chunknamer)
export(chunkr)
export(chunksplitr)
export(entire_document)
export(footnoter)
export(h1r)
export(h2r)
export(h3r)
export(h4r)
export(h5r)
export(h6r)
export(htmlcommentr)
export(id_ref)
export(imager)
export(individual_lines)
export(is_link)
export(italicsr)
export(latexr)
export(listr)
export(olistr)
export(remedy_example)
export(remedy_opts)
export(remedy_opts_current)
export(rightr)
export(scratch_file)
export(set_text)
export(striker)
export(tabler)
export(urlr)
export(xaringanr)
export(youtuber)
importFrom(knitr,kable)
importFrom(rematch2,re_match)
importFrom(rstudioapi,documentSave)
importFrom(rstudioapi,document_position)
importFrom(rstudioapi,document_range)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(rstudioapi,getSourceEditorContext)
importFrom(rstudioapi,insertText)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,modifyRange)
importFrom(rstudioapi,navigateToFile)
importFrom(rstudioapi,setCursorPosition)
importFrom(rstudioapi,setSelectionRanges)
importFrom(rstudioapi,showDialog)
importFrom(utils,modifyList)
importFrom(utils,rc.options)