Re: [R] pgfSweave-example not compiling

2011-10-14 Thread Yihui Xie
Yes, it is a little bit amazing to me too, so let's cc to the package maintainer to see if he can do anything. Regards, Yihui -- Yihui Xie Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State University 2215 Snedecor Hall, Ames, IA On Fri, Oct 14, 2011 at 12:06 AM, P

Re: [R] pgfSweave-example not compiling

2011-10-13 Thread Peter Meilstrup
Thanks, that lets me move to the next step in figuring out what's wrong with my document :) Funny enough that's not the first problem I've had with Sweave and non-ascii characters. Peter On Thu, Oct 13, 2011 at 7:30 PM, Yihui Xie wrote: > OK, that is really helpful for diagnosis. In line 436 of

Re: [R] pgfSweave-example not compiling

2011-10-13 Thread Yihui Xie
OK, that is really helpful for diagnosis. In line 436 of your tex file, there is an NA, but it should really be this: }% this brace ends the effect of ‘include external’ So the reason for LaTeX failure was this missing bracket }. And the reason for R to output NA here is most likely to be that in

Re: [R] pgfSweave-example not compiling

2011-10-13 Thread Peter Meilstrup
Sure, here's the generated .tex file: http://pastebin.com/b9fTsr0h Peter On Thu, Oct 13, 2011 at 6:14 PM, Yihui Xie wrote: > Seems to be weird. I can run the example smoothly under Ubuntu with R > 2.13.2. Could you also post your .tex file? > > Regards, > Yihui > -- > Yihui Xie > Phone: 515-294

Re: [R] pgfSweave-example not compiling

2011-10-13 Thread Yihui Xie
Seems to be weird. I can run the example smoothly under Ubuntu with R 2.13.2. Could you also post your .tex file? Regards, Yihui -- Yihui Xie Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State University 2215 Snedecor Hall, Ames, IA On Thu, Oct 13, 2011 at 7:01 PM,

[R] pgfSweave-example not compiling

2011-10-13 Thread Peter Meilstrup
I'm trying to get pgfSweave up and running. Hopefully I can get it working from within LyX, but first I'm just trying to get the simplest possible thing (compiling one of the example files in the pgfSweave package) to work. I'm using the example that comes in the pgfSweave package unmodified, but f