Re: [R] odfWeave error

2011-12-18 Thread Uwe Ligges
Please report (if you want to speed things up including a patch) to the package maintainer. This package currently does not pass the check under Windows (at least not in non UTF-8 locales). Best, Uwe Ligges On 17.12.2011 23:49, Frank Lawrence wrote: I am new to using odfWeave but I have

[R] odfWeave error

2011-12-17 Thread Frank Lawrence
I am new to using odfWeave but I have encountered a problem running both the example in the help file as well as another file.  I am not sure how to correct the error. First example: library(odfWeave) filein - 'c:\\my documents\\example01_in.odt' fileout - 'c:\\my documents\\example01.odt'

Re: [R] odfWeave Error unzipping file in Win 7

2011-03-21 Thread rmailbox
inflating: settings.xml inflating: META-INF/manifest.xml C:\DOCUME~1\Koster01\LOCALS~1\Temp\Rtmp4uCcY2\odfWeave2153483 - Original message - From: psycho-ld battlecry...@web.de To: r-help@r-project.org Date: Sun, 23 Jan 2011 01:47:44 -0800 (PST) Subject: [R] odfWeave Error

Re: [R] odfWeave Error unzipping file in Win 7

2011-03-21 Thread Max Kuhn
- Original message - From: psycho-ld battlecry...@web.de To: r-help@r-project.org Date: Sun, 23 Jan 2011 01:47:44 -0800 (PST) Subject: [R] odfWeave Error unzipping file in Win 7 Hey guys, I´m just getting started with R (version 2.12.0) and odfWeave and kinda stumble from one

Re: [R] odfWeave Error unzipping file in Win 7

2011-03-21 Thread rmailbox
I tried with no spaces in either file name and got the same error. - Original message - From: Max Kuhn mxk...@gmail.com To: rmail...@justemail.net Cc: r-help@r-project.org Date: Mon, 21 Mar 2011 17:04:40 -0400 Subject: Re: [R] odfWeave Error unzipping file in Win 7 I don't think

Re: [R] odfWeave Error unzipping file in Win 7

2011-03-21 Thread Duncan Murdoch
: [R] odfWeave Error unzipping file in Win 7 I don't think that this is the issue, but test it on a file without spaces. On Mon, Mar 21, 2011 at 2:25 PM,rmail...@justemail.net wrote: I have a very similar error that cropped up when I upgraded to R 2.12 and persists at R 2.12.1. I am running R

[R] odfWeave Error unzipping file in Win 7

2011-01-23 Thread psycho-ld
Hey guys, I´m just getting started with R (version 2.12.0) and odfWeave and kinda stumble from one problem to the next, the current one is the following: trying to use odfWeave: odfctrl - odfWeaveControl( + zipCmd = c(C:/Program Files/unz552dN/VBunzip.exe $$file$$ ., +

Re: [R] odfWeave Error

2010-03-19 Thread Max Kuhn
Brock, Open up a dos prompt (use the Run menu item and type cmd without the quotes). Navigate to the odt file, then try using 7z x -tzip file.odt (where file is the name of you file). Also, below is a message that someone sent to RHelp that might be of use to you. Thanks, Max Dear all, I'm

Re: [R] odfWeave Error

2010-03-17 Thread lith
I am following an example from online and am getting the following error: .Error unizipping fileunzip not found. Are zip and unzip in your path? If not you could use odfWeaveControl. Example: odfctrl - odfWeaveControl( zipCmd = c(h:/bin/zip.exe -r $$file$$ ., h:/bin/unzip.exe -o $

Re: [R] odfWeave Error

2010-03-17 Thread Btibert3
Thanks for your help! Here is what I tried with no luck. I use 7-zip on my machine. Just in case it helps, I am running XP Pro 32 at the office. odfctrl - odfWeaveControl(zipCmd = c(C:/Program Files/7-Zip/7zG.exe -r $$file$$ ., C:/Program Files/7-Zip/7zG.exe -o $$file$$))

Re: [R] odfWeave Error

2010-03-17 Thread Max Kuhn
Can you use 7zG to unzip an odt file from a dos prompt? Max On Wed, Mar 17, 2010 at 9:46 AM, Btibert3 btibe...@gmail.com wrote: Thanks for your help! Here is what I tried with no luck. I use 7-zip on my machine. Just in case it helps, I am running XP Pro 32 at the office. odfctrl -

Re: [R] odfWeave Error

2010-03-17 Thread Btibert3
Hi Max, I appreciate your time. Sorry, I am not really a progammer- how would I test this? Thanks again! - Brock On Wed, Mar 17, 2010 at 11:00 AM, Max Kuhn [via R] ml-node+1596549-1426779930-75...@n4.nabble.comml-node%2b1596549-1426779930-75...@n4.nabble.com wrote: Can you use 7zG to

[R] odfWeave Error

2010-03-16 Thread Btibert3
Hi All, This is probably basic, but I am just starting with R and very interested in learning how to automate my reports. I am just learning about Sweave and LaTex. I am following an example from online and am getting the following error: .Error unizipping fileunzip not found. I am

[R] odfWeave: Error in matrixPaste(...)

2009-01-13 Thread Cleber Nogueira Borges
Hello all, I try the follow test with an odf file. *INPUT: teste.odt* teste, results=xml= x - matrix(rnorm(6), nc=2) xst - tableStyles(x, useRowNames = TRUE, header = NULL) odfTable(x, styles=xst, colnames = NULL, useRowNames = TRUE) @ and I get this error: *OUTPUT error:* Error: chunk 1

Re: [R] odfWeave: Error in matrixPaste(...)

2009-01-13 Thread Max Kuhn
Hello all, I try the follow test with an odf file. *INPUT: teste.odt* teste, results=xml= x - matrix(rnorm(6), nc=2) xst - tableStyles(x, useRowNames = TRUE, header = NULL) odfTable(x, styles=xst, colnames = NULL, useRowNames = TRUE) @ Here is one issue: you are asking for the row names

Re: [R] odfWeave error

2008-10-24 Thread Dieter Menne
Rob James rob at aetiologic.ca writes: Post-processing the contents Error in .Call(RS_XML_Parse, file, handlers, endElementHandlers, as.logical(addContext), : attempt to apply non-function This might be similar to: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/135891.html and could

Re: [R] odfWeave error

2008-10-24 Thread Max Kuhn
Rob, Post-processing the contents Error in .Call(RS_XML_Parse, file, handlers, endElementHandlers, as.logical(addContext), : attempt to apply non-function Can you do these three things? 1. Send the results of sessionInfo()? 2. Try to run the code in the code chunks outside of odfWeave and

[R] odfWeave error

2008-10-23 Thread Rob James
odfWeave is throwing up a cryptic error, after successfully processing a file with a large number of figures (~30) and many \Sexpr{} calls. The error is (at least to me) cryptic. I am not sure where to look to correct this problem. Here's the error: Post-processing the contents Error in

Re: [R] odfWeave error

2008-10-23 Thread Duncan Murdoch
On 10/23/2008 3:32 PM, Rob James wrote: odfWeave is throwing up a cryptic error, after successfully processing a file with a large number of figures (~30) and many \Sexpr{} calls. The error is (at least to me) cryptic. I am not sure where to look to correct this problem. Here's the error:

[R] odfWeave error

2008-10-23 Thread Rob James
Sender: [EMAIL PROTECTED] On-Behalf-Of: [EMAIL PROTECTED] Subject: [R] odfWeave error Message-Id: [EMAIL PROTECTED] Recipient: [EMAIL PROTECTED] This information is being sent at the recipient's request or with their specific

Re: [R] odfWeave error

2008-10-23 Thread Duncan Temple Lang
Duncan Murdoch wrote: On 10/23/2008 3:32 PM, Rob James wrote: odfWeave is throwing up a cryptic error, after successfully processing a file with a large number of figures (~30) and many \Sexpr{} calls. The error is (at least to me) cryptic. I am not sure where to look to correct this

Re: [R] odfWeave error

2007-12-03 Thread Emmanuel Charpentier
Cleber N. Borges a écrit : hello all, I trying to use the package 'odfWeave' and I get the follow error: ### error message # ... Removing content.xml Post-processing the contents Error in .Call(RS_XML_Parse, file,

[R] odfWeave error

2007-12-02 Thread Cleber N. Borges
hello all, I trying to use the package 'odfWeave' 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), :