Displaying 1 result from an estimated 1 matches for "xpsqareport".
2013 Aug 28
1
Error when using buildVignettes()
...", dataset, QCe);
QCe <- gsub("_","\\\\_", QCe);
write(QCe, file.path(docdir, "QAReport.Rnw"), append=TRUE);
## build vignette QC.pdf
if (require(tools)) {
buildVignettes(dir=outdir, lib.loc=NULL, quiet=FALSE, clean=FALSE);
}#if
}#xpsQAReport
#------------------------------------------------------------------------------#
The file "QC.begin.Rnw" is as follows:
\documentclass{article}
\textwidth=6.2in
\textheight=8.5in
%\parskip=.3cm
\oddsidemargin=.1in
\evensidemargin=.1in
\headheight=-.3in
\newcommand{\Rfunction}[1]{{\t...