-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
33 lines (32 loc) · 988 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(.empty)
export(buildHTML)
export(buildMarkdown)
export(buildTEX)
export(check_pandoc)
export(createIndexPage)
export(createModulePage)
export(createSimplePage)
export(extractDocumentation)
export(gamsequation2tex)
export(goxygen)
importFrom(citation,cff2bibentry)
importFrom(citation,read_cff)
importFrom(gms,codeCheck)
importFrom(gms,is.modularGAMS)
importFrom(gms,modules_interfaceplot)
importFrom(pander,pandoc.table.return)
importFrom(stringi,stri_count_fixed)
importFrom(stringi,stri_extract_all_regex)
importFrom(stringi,stri_extract_first_regex)
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_write_lines)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importFrom(utils,toBibtex)
importFrom(withr,local_dir)
importFrom(yaml,as.yaml)