Hi Yihui, Thanks for your quick reply! Yes, it was a long vacation, but definitely not long enough :-).
Seriously, I have not changed my R, my tex engine etc. Nothing. And I was running the command just a couple of weeks ago and everything was fine. But now I need to specify this encoding option.... Still puzzled. Tao >________________________________ > From: Yihui Xie <[email protected]> >To: "Shi, Tao" <[email protected]> >Cc: "[email protected]" <[email protected]> >Sent: Tuesday, September 4, 2012 7:40 PM >Subject: Re: [R] Sweave encoding option > >What happened might be that your vacation took too long. The encoding >argument was introduced in R 2.13.1 (July last year). Nothing has >changed in your Rnw document, but things have always been changing in >R, so the best thing to do is to check out help(Sweave). > >Regards, >Yihui >-- >Yihui Xie <[email protected]> >Phone: 515-294-2465 Web: http://yihui.name >Department of Statistics, Iowa State University >2215 Snedecor Hall, Ames, IA > > >On Tue, Sep 4, 2012 at 7:02 PM, Shi, Tao <[email protected]> wrote: >> >> >> Hi list, >> >> I was running Sweave on one of my .rnw file. Everything was fine, until I >> came back from the vacation. Nothing changed (at least to my knowledge), >> but now I have this problem: >> >>>  Sweave("myfile.rnw") >> Error: âCOLO001final.rnwâ is not ASCII and does not declare an encoding >> >> >> After snooping around on the web, I found this solution: >> >>> Sweave("myfile.rnw", encoding="utf8") >> >> Now everything works fine. >> >> Could somebody explain to me what happened? Why I need to specify the >> "encoding" now for it to work? What has changed (beyond my knowledge) in >> my computer that is causing this error? >> >> I'm running R 2.15.1 on WinXP. >> >> Thanks! >> >> Tao >> >> ______________________________________________ >> [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. > > > [[alternative HTML version deleted]]
______________________________________________ [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.

