Description Usage Arguments Details Value
Check Grattan reports written is LaTeX for typing errors, significant warnings, and inconsistent style.
1 2 3 4 5 6 7 8 | checkGrattanReport(path = ".", compile = FALSE, pre_release = FALSE,
release = FALSE, .proceed_after_rerun, .no_log = TRUE,
.log_psv = FALSE, embed = TRUE, rstudio = FALSE,
update_grattan.cls = pre_release, filename = NULL)
checkGrattanReports(path = ".", compile = FALSE, pre_release = FALSE,
release = FALSE, .proceed_after_rerun, .no_log = TRUE,
embed = TRUE, rstudio = FALSE, update_grattan.cls = TRUE)
|
path |
Path to search for the tex source file. |
compile |
Should |
pre_release |
Should the document be assumed to be final? Runs additional checks. |
release |
Should a final pdf be prepared for publication? |
.proceed_after_rerun |
On the occasions where infinitely many passes of |
.no_log |
Make no entry in the log file on the check's outcome. (Deprecated.) |
.log_psv |
If |
embed |
If |
rstudio |
Use the RStudio API if available. |
update_grattan.cls |
Download |
filename |
If provided, the |
Options in the package
grattanReporter.quiet.progress = FALSE
Can be set to TRUE
to avoid printing the output during the check.
Called for its side-effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.