Re: [R] problem with odfWeave

2010-01-27 Thread Ista Zahn
Hi Joel, Can you paste a minimal example illustrating your problem? Thanks, Ista On Wed, Jan 27, 2010 at 6:19 AM, Joel GOMBIN joel.gom...@gmail.com wrote: Hello, thanks to Sarah for her help. That works fine, except for one thing. When I generate my reports, using odfWeave(), some cells in my

Re: [R] problem with odfWeave

2010-01-27 Thread Joel GOMBIN
Hi, so to sum up, I'm making automated reports, in the form of tables. In each cell of the table is an expression like (e.g.) : \Sexpr{odfCat(round(summary(get(modele1))$coefficients[1,1],2))} For most cells, after I run odfWeave, the results are correctly put and formatted. But in some cells

Re: [R] problem with odfWeave

2010-01-27 Thread Ista Zahn
Joel, I still don't see an example. I think you're making things more difficult for yourself than you need to, but without an example I don't know what exactly you're doing. -Ista On Wed, Jan 27, 2010 at 8:34 AM, Joel GOMBIN joel.gom...@gmail.com wrote: Hi, so to sum up, I'm making automated

Re: [R] problem with odfWeave

2010-01-27 Thread Sarah Goslee
Joel, The list strips off binary attachments. But Ista is correct - to diagnose your problem (one that I've never encountered), we need to see a short odfWeave input file (including data - random numbers are fine) that we can actually run, and see table cells that work and do not work. There's

[R] problem with odfWeave

2010-01-06 Thread Joel GOMBIN
Hello, I have encountered problems using odfdWeave. I actually have the same error message as was reported in this message ( http://tolstoy.newcastle.edu.au/R/e6/help/09/01/0872.html), but I don't quite understand the answer made by Max Kuhn (You need to cat the results using odfCAt, otherwise

Re: [R] problem with odfWeave

2010-01-06 Thread Sarah Goslee
Hi Joel, If you actually want to make a table, you need to use odfTable. There are examples in the help for that function. Same for odfCat, but instead of creating a table, that will print your output. eg to print your output: echo=FALSE= odfCat(some random normal data:, rnorm(5)) # from

[R] Problem using odfWeave

2009-01-11 Thread Mark Heckmann
Hi everybody, I don't get odfWeave to run properly. My odt file is as a simple as: Some text. echo=FALSE= print(1:10) @ --- The output I get ist the following: --- odfWeave(roffice.odt,

Re: [R] Problem using odfWeave

2009-01-11 Thread Max Kuhn
You need to cat the results using odfCAt, otherwise you are just writing the output with no XML around it. Max On Jan 11, 2009, at 8:42 AM, Mark Heckmann mark.heckm...@gmx.de wrote: Hi everybody, I don't get odfWeave to run properly. My odt file is as a simple as:

[R] Problem with odfWeave: Unescaped '' not allowed in attributes values

2008-05-13 Thread Aleksey Naumov
Dear R users, I am having a problem with odfWeave: when I run odfWeave('notes.odt', 'notes_out.odt') I get a bunch of errors that start with Unescaped '' not allowed in attributes values in post-processing: snip ... 'content_1.xml' has been Sweaved Removing content.xml

Re: [R] Problem with odfWeave: Unescaped '' not allowed in attributes values

2008-05-13 Thread Max Kuhn
Aleksey, I am using the current version of odfWeave (0.7.5). The thing is, the file processed just fine in a previous version (0.7.3). Does anyone have any suggestion how to deal with this? I am now kind of locked since I cannot reproduce a report I was working on... What version of the