Skip to content
Prev 175176 / 398506 Next

Sweave-output causes error-message in pdflatex

On 3/27/2009 10:12 AM, Gerrit Voigt wrote:
You are running the code on a platform where the character used for one 
of the quote characters is unrecognized by LaTeX.  The simplest solution 
is to tell R not to use those characters, via executing

options(useFancyQuotes = FALSE)

early in your document.  See ?sQuote for more details.

Duncan Murdoch