[R] Problem using odfWeave
Max Kuhn
mxkuhn at gmail.com
Sun Jan 11 17:17:58 CET 2009
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.heckmann at gmx.de>
wrote:
> 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", "rofficeOUT.odt")
> Copying roffice.odt
> Setting wd to D:\DOKUME~1\Peter\LOKALE~1\Temp\RtmpNcNDxY/
> odfWeave11041520167
> Unzipping ODF file using unzip -o "roffice.odt"
> Archive: roffice.odt
> extracting: mimetype
> creating: Configurations2/statusbar/
> inflating: Configurations2/accelerator/current.xml
> creating: Configurations2/floater/
> creating: Configurations2/popupmenu/
> creating: Configurations2/progressbar/
> creating: Configurations2/menubar/
> creating: Configurations2/toolbar/
> creating: Configurations2/images/Bitmaps/
> inflating: content.xml
> inflating: styles.xml
> extracting: meta.xml
> inflating: Thumbnails/thumbnail.png
> inflating: settings.xml
> inflating: META-INF/manifest.xml
>
> Removing roffice.odt
> Creating a Pictures directory
>
> Pre-processing the contents
> Sweaving content.Rnw
>
> Writing to file content_1.xml
> Processing code chunks ...
> 1 : term verbatim
>
> 'content_1.xml' has been Sweaved
>
> Removing content.xml
>
> Post-processing the contents
> Premature end of data in tag office:text line 2
> Premature end of data in tag office:body line 2
> Premature end of data in tag office:document-content line 2
> Error: 1: Premature end of data in tag office:text line 2
> 2: Premature end of data in tag office:body line 2
> 3: Premature end of data in tag office:document-content line 2
> In addition: Warning message:
> closing unused connection 5 (content.xml)
>
> -----------------------------------
>
> No rofficeOUT.odt is rendered. What can I do about it?
>
> TIA, Mark
> --
> Mark Heckmann (Dipl. Wirt.-Ing.)
> phone +49 (0) 421/1614618
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list