Skip to content
Prev 46555 / 63424 Next

Error when using buildVignettes()

Dear Henrik,

Thank you for your extensive reply, using:

Sweave("QAReport.Rnw")
tools::texi2pdf("QAReport.tex", clean = TRUE)

did solve my problem.

Nevertheless, I do not understand why function buildVignettes() was 
modified in a way that it can no longer be used to create vignettes for 
testing purposes w/o a DESCRIPTION file. This is also nowhere mentioned 
in the R News file. The only comment is: "If there is a field 
BuildVignettes in the package ?DESCRIPTION? file with a false value, 
re-building the vignettes is skipped." It would be easy to simply use 
true as default if there is no DESCRIPTION file is present.

Best regards,
Christian
On 8/29/13 12:58 AM, Henrik Bengtsson wrote: