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 pre

Re: [R] problem with odfWeave

2010-01-27 Thread Joel GOMBIN
Attached is the "input" file ("modele_rapport.odt") and one example of output file ("rapport_Abstention2.odt") (I run a loop with the same report generated for different datasets). I hope this is what you are looking for ? Joel On Wed, Jan 27, 2010 at 3:56 PM, Ista Zahn wrote: > Joel, I still d

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 wrote: > Hi, > > so to sum up, I'm making automated reports, in the for

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
Hi Joel, Can you paste a minimal example illustrating your problem? Thanks, Ista On Wed, Jan 27, 2010 at 6:19 AM, Joel GOMBIN 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 tables are filled

Re: [R] problem with odfWeave

2010-01-27 Thread Joel GOMBIN
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 tables are filled with the expression I put in the input file (/Sexpr(...)) instead of the result of its evalutation. I suspected there was a problem in the XM

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: <>= odfCat("some random normal data:", rnorm(5)) # from the help

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