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
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
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
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 (
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
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
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
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
8 matches
Mail list logo