forked from CenterForAssessment/Literasee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (48 loc) · 1.28 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
export(reportSGP)
export(multi_document)
export(renderMultiDocument)
export(dualTable)
export(placeFigure)
export(setCounters)
export(getCounter)
export(pageBreak)
export(eqnNum)
export(figNum)
export(figNumIncrement)
export(tblNum)
export(tblNumIncrement)
export(tblCap)
export(numbers2words)
export(gofPrint)
export(startAppendix)
export(endAppendix)
export(diffFile)
export(getGithubFile)
import(data.table)
import(rmarkdown)
export(new_nciea_report)
export(createReportScripts)
export(setupReportDirectory)
export(updateAssets)
export(getPath)
import(SGP)
import(ymlthis)
importFrom(crayon, bold, green, magenta, red, yellow)
importFrom(Cairo,Cairo,CairoSVG)
importFrom(Gmisc, docx_document)
importFrom(graphics, rasterImage, plot, text)
importFrom(grDevices, dev.off, jpeg, pdf)
importFrom(grid, grid.draw)
importFrom(Hmisc, latex)
importFrom(htmlTable, htmlTable)
importFrom(htmltools, htmlEscape)
importFrom(httr, content, GET, stop_for_status)
importFrom(jpeg, readJPEG)
importFrom(knitr, knit, knit_params)
importFrom(markdown, markdownToHTML)
importFrom(pagedown, html_paged)
importFrom(stringr, str_match_all)
importFrom(utils, browseURL, download.file, head, tail, packageVersion, read.delim)
importFrom(yaml, as.yaml)
importFrom(xfun, is_windows, with_ext)
importFrom(xtable, xtable, print.xtable)