On 12-09-10 3:28 AM, Christian Hoffmann wrote:
Sorry to bother everyone. What has changed in Sweave since 2009?Sweave("Crs.Rnw") Error: c("'Crs.HdrFct.Rnw'", "'Crs.Rnw'") is not ASCII and does not declare an encoding No error in 2009 with the same files. heers Christian
vignettes are now required to declare their encodings. If you didn't intend to include non-ascii characters, tools::showNonASCIIfile will display the problematic lines.
Duncan Murdoch ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

