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 enco
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'
META-INF/manifest.xml
C:\DOCUME~1\Koster01\LOCALS~1\Temp\Rtmp4uCcY2\odfWeave2153483>
- Original message -
From: "psycho-ld"
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 jus
I tried with no spaces in either file name and got the same error.
- Original message -
From: "Max Kuhn"
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 t
reating: Configurations2/images/Bitmaps/
> inflating: content.xml
> inflating: manifest.rdf
> inflating: styles.xml
> extracting: meta.xml
> inflating: Thumbnails/thumbnail.png
> inflating: settings.xml
> inflating: META-INF/manifest.xml
>
> C:\DOCUME~1\Koster01\LOC
t.rdf
inflating: styles.xml
extracting: meta.xml
inflating: Thumbnails/thumbnail.png
inflating: settings.xml
inflating: META-INF/manifest.xml
C:\DOCUME~1\Koster01\LOCALS~1\Temp\Rtmp4uCcY2\odfWeave2153483>
- Original message -
From: "psycho-ld"
To: r-help@r-project.or
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$$ .",
+
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
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.com
> wrote:
> Can you use 7zG to unzip an odt file from a dos prompt?
>
> Max
>
>
Can you use 7zG to unzip an odt file from a dos prompt?
Max
On Wed, Mar 17, 2010 at 9:46 AM, Btibert3 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 <- odfWeaveControl(
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$$"))
odfWeave("example
> 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.e
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
> Hello all,
> I try the follow test with an odf file.
>
> *INPUT: teste.odt*
> >=
> 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 to be
Hello all,
I try the follow test with an odf file.
*INPUT: teste.odt*
>=
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 (label=teste)
Err
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 odfWeav
Rob James 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 coul
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 proble
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 thei
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:
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 .Ca
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_Pa
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), :
E
23 matches
Mail list logo