-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export(bookbuildeR.main)
export(calibre.azw3)
export(code.listing)
export(code.load)
export(code.read)
export(git.clone)
export(index.html)
export(meta.commit)
export(meta.date)
export(meta.repository)
export(meta.time)
export(meta.year)
export(metadata.get)
export(metadata.getCodeRepo)
export(metadata.hasBibliography)
export(pandoc.epub)
export(pandoc.html)
export(pandoc.invoke)
export(pandoc.latex)
export(preprocess.command)
export(preprocess.command.regexp)
export(preprocess.doc)
export(preprocess.input)
export(preprocess.plain)
export(preprocess.regexp)
export(preprocess.repo)
export(preprocess.textblocks)
export(r.exec)
export(r.source)
export(template.load)
importFrom(R.utils,gunzip)
importFrom(markdown,markdownToHTML)
importFrom(ore,groups)
importFrom(ore,ore)
importFrom(ore,ore.escape)
importFrom(ore,ore.search)
importFrom(ore,ore.subst)
importFrom(utilizeR,is.non.empty.list)
importFrom(utilizeR,is.non.empty.string)
importFrom(utilizeR,is.non.empty.vector)
importFrom(utilizeR,is.not.na.or.null)
importFrom(utilizeR,makeLogger)
importFrom(utilizeR,path.relativize)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(yaml,read_yaml)