Displaying 1 result from an estimated 1 matches for "odftest".
Did you mean:
dftest
2010 Aug 25
1
several odfWeave questions
...it.)
2. I tried to write a Makefile directive to process files from the
command line:
%.odt: %_in.odt
$(RSCRIPT) -e "library(odfWeave);
odfWeave(\"$*_in.odt\",\"$*.odt\");"
This works, *but* the resulting output file gives a warning ("The file
'odftest2.odt' is corrupt and therefore cannot be opened.
OpenOffice.org can try to repair the file ..."). Based on looking at
the contents, it seems that a spurious/unnecessary 'Rplots.pdf' file is getting
created and zipped in with the rest of the archive; when I unzip, delete
the Rplots...