search for: content_1

Displaying 18 results from an estimated 18 matches for "content_1".

2008 Jul 10
1
odfWeave problem in 7.1?
Max & Friends, I've run into a problem with odfWeave 0.7.5 running under R 2.7.1 (Windows XP, SP2) doing some monthly production reports. Under 2.7.1 I'm getting various parsing errors after Sweaving starts, e.g.: Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... Error in parse(text = cmd) : unexpected input in "" > Above case works fine under 2.6.2: Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 1 : term xml(label=MissingTable) 2 : term xml(label=UnusualTable)...
2009 Jul 06
1
odfWeave: odt-file damaged
...Thumbnails\thumbnail.png Extracting settings.xml Extracting META-INF\manifest.xml Everything is Ok Folders: 7 Files: 8 Size: 28518 Compressed: 8768 Removing odfWeave-test.odt Creating a Pictures directory Pre-processing the contents Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 1 : term hide(label=Initiate) 2 : term xml(label=Table) 3 : term xml(label=Table2) 4 : term verbatim(label=Boxplot) 'content_1.xml' has been Sweaved Removing content.xml Post-processing the contents Removing content.Rnw...
2009 Oct 08
3
odfWeave & XML error in post-processing
...aws nigh for it to be sent off, odfWeave or XML throws the following catastrophic error: ...this is the tail of entirely uneventful processing of input file..... 31 : term xml(label=LR_Fall_Model_Results) 32 : term verbatim(label=LR_Model_Fall_graph) 33 : term xml(label=LR_OMC_tab) 'content_1.xml' has been Sweaved Removing content.xml Post-processing the contents xmlParseStartTag: invalid element name Entity 'apos' not defined Entity 'apos' not defined This triplet of errors XMLParse, and duplicate "Entity" lines is reported several times, then XML o...
2009 Jan 11
1
Problem using odfWeave
...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-con...
2010 Mar 17
0
odfWeave: odt-file damaged
...> Hi, > I think, I can answer my own posting. I found out, that the directory > structure > of the ODT-file created by "odfWeave" causes the error message. > > The file structure of the unzipped odt-file looks like this: > > <DIR> Pictures > content_1-Boxplot.png > content.xml > current.xml > manifest.xml > meta.xml > mimetype > settings.xml > styles.xml > thumbnail.png > > > But it should look like this: > > <DIR> META-INF > manifest.xml > <DIR> Thumbnails >...
2011 May 14
1
odfWeave 0.7.17 stutters on Debian testing 64-bit amd64 systems.
...ml extracting: meta.xml extracting: Thumbnails/thumbnail.png inflating: settings.xml inflating: META-INF/manifest.xml Removing In1.odt Creating a Pictures directory Pre-processing the contents Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 'content_1.xml' has been Sweaved Removing content.xml Post-processing the contents Removing content.Rnw Removing styles.xml Renaming styles_2.xml to styles.xml Removing manifest.xml Renaming manifest_2.xml to manifest.xml Removing extra...
2009 Dec 13
1
odfWeave produces output file that OO can't open
...ing simple1.odt Setting wd to /var/folders/TG/TG6nWu2pHYCI-BdWWiyMxU+++TI/-Tmp-//RtmplOpSLO/odfWeave13103539684 Unzipping ODF file using unzip -o simple1.odt Removing simple1.odt Creating a Pictures directory Pre-processing the contents Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 1 : term hide(label=loadLibs) 2 : term xml(label=showOutputList) 'content_1.xml' has been Sweaved Removing content.xml Post-processing the contents Removing content.Rnw Removing styles.xml Renaming styles_2.xml to styles.xml Removin...
2008 Oct 23
4
odfWeave error
...extracting: meta.xml inflating: Thumbnails/thumbnail.png inflating: settings.xml inflating: META-INF/manifest.xml Removing Report_2_draft.odt Creating a Pictures directory Pre-processing the contents Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 1 : term hide(label=loadData) d 2 : term verbatim(label=SiteHist) ate() 3 : term verbatim(label=AgeSex) 4 : term verbatim(label=Sitesex) 5 : term verbatim(label=SiteHeadNeck) 6 : term verbatim(label=SiteFace) 7 : term verbatim(label=SiteCh...
2007 Dec 02
1
odfWeave error
...; and I get the follow error: ### error message ############################################################# ... Removing content.xml Post-processing the contents Error in .Call("RS_XML_Parse", file, handlers, as.logical(addContext), : Error in the XML event driven parser for content_1.xml: error parsing attribute name The piece of the code is: ### code ############################################################ ... <<makeGraph, echo=T, results=xml>>= fileplot='C:\\DADOS\\tmp\\plotx.emf' win.metafile(fileplot) plot( rnorm(300), col='red', t=...
2010 Nov 10
2
odfWeave/XML Windows issue
I am getting the following error when using odfWeave Error in xmlEventParse(infile, handlers = handlers, trim = FALSE, state = state) : File content_1.xml does not exist This appears to be the same issue detailed in http://markmail.org/message/qsrqdtozizlngbrt#query:+page:1+mid:qsrqdtozizlngbrt+state:results however the link to XML_1.93-2.3.zip appears to be dead. Is there either a better solution to this problem now or a different link to t...
2007 Jun 25
1
eps in odfWeave
...ple.odt in the examples directory, and got an error. Dieter #--- library(odfWeave) plotInfo <- getImageDefs() plotInfo$type = "eps" #plotInfo$device = "postscript" setImageDefs(plotInfo) odfWeave("simple.odt", "simpleOut.odt") #----- # Writing to file content_1.xml # Processing code chunks ... # 1 : term hide(label=loadLibs) # 2 : term xml(label=showOutputList) #Error in check(options) : invalid value for 'type' : eps Version: 0.5.9 Date: 2007-20-06 platform i386-pc-mingw32 arch i386 os mingw32 system i...
2009 Feb 24
1
odfWeave problem "Error in xmlEventParse"
...tions2/toolbar/ creating: Configurations2/images/Bitmaps/ inflating: layout-cache inflating: content.xml inflating: styles.xml extracting: meta.xml inflating: Thumbnails/thumbnail.png inflating: settings.xml inflating: META-INF/manifest.xml Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 1 : term verbatim(label=Init) 2 : term xml(label=IPTransSummary_SL) 3 : term xml(label=IPTransSummary_SP) 4 : term xml(label=IPTransSummary_SL_CY) 5 : term xml(label=IPTransSummary_SP_CY) 6 : term xml(label=IPTransSummary_SP_CY_SE) 7 : te...
2013 Feb 18
3
odfWeave: Trouble Getting the Package to Work
.../    creating: Configurations2/floater/   inflating: Configurations2/accelerator/current.xml    inflating: styles.xml                inflating: META-INF/manifest.xml     Removing  simple.odt   Creating a Pictures directory   Pre-processing the contents   Sweaving  content.Rnw   Writing to file content_1.xml   Processing code chunks ... Error in parse(text = cmd) : <text>:1:40: unexpected '&' 1: paste(levels(iris$Species), collapse = &                                           ^ > [[alternative HTML version deleted]]
2011 Aug 12
1
odfWeave repeats output
...nflating: manifest.rdf inflating: styles.xml extracting: meta.xml inflating: Thumbnails/thumbnail.png inflating: settings.xml inflating: META-INF/manifest.xml Removing GCAMT_in.odt Creating a Pictures directory Pre-processing the contents Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 'content_1.xml' has been Sweaved Removing content.xml Post-processing the contents Removing content.Rnw Removing styles.xml Renaming styles_2.xml to styles.xml Removing manifest.xml Renaming manifest_2.xml to manifest.xml Removing extra...
2010 Sep 17
1
odfWeave UTF-8 error and latin characters
...inflating: content.xml inflating: styles.xml extracting: meta.xml inflating: Thumbnails/thumbnail.png inflating: settings.xml inflating: META-INF/manifest.xml Removing teste.odt Creating a Pictures directory Pre-processing the contents Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 1 : term verbatim(label=fluxograma) Loading required package: shape Loading required package: shape 2 : term xml(label=tabela2) 'content_1.xml' has been Sweaved Removing content.xml Post-processing the contents Input is not proper UTF-8, ind...
2009 Jun 30
1
odfWeave : problems with odfInsertPlot() and odfFigureCaption()
...bar/ creating: Configurations2/images/Bitmaps/ creating: Configurations2/statusbar/ inflating: settings.xml inflating: META-INF/manifest.xml Removing Test1Src.odt Creating a Pictures directory Pre-processing the contents Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 1 : term hide(label=Prol?gom?nesStandard) 2 : term xml(label=EssaiGraphe1) 3 : echo term verbatim(label=TestChunk) 4 : term xml(label=SecondChunk) 'content_1.xml' has been Sweaved Removing content.xml Post-processing the contents err...
2009 Jan 13
1
odfWeave: Error in matrixPaste(...)
...les.xml extracting: meta.xml inflating: Thumbnails/thumbnail.png inflating: settings.xml inflating: META-INF/manifest.xml Removing teste.odt Creating a Pictures directory Pre-processing the contents Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 1 : echo term xml(label=teste) Error: chunk 1 (label=teste) Error in matrixPaste(textStart, textName, textEnd, x, tagEnd, sep = rep("", : all matrices must have the same dim > > > > xst <- tableStyles(x) > xst $table [1] &q...
2008 May 13
1
Problem with odfWeave: Unescaped '<' not allowed in attributes values
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 Post-processing the contents Unescaped '<' not allowed in attributes values attributes construct error error parsing attribute name attributes construct error xmlParseStartTag: problem parsing attributes Couldn't find end of Start...