Displaying 20 results from an estimated 173 matches for "odt".
Did you mean:
gdt
2013 Feb 18
3
odfWeave: Trouble Getting the Package to Work
...tly started learning Sweave and Knitr. Am now trying to learn odfWeave as well. Things went pretty smoothly with Sweave and Knitr but I'm having some trouble with odfWeave.
My understanding was that odfWeave should work in pretty much the same way as Sweave. With odfWeave, you set up an input .odt file in a folder, run that file through the odfWeave function, and then the function produces an output .odt file in the same folder.
So I decided to try that using a file called simple.odt that comes with the odfWeave package. Unfortunately, things didn't work out quite as I had hoped. Below...
2012 Aug 10
1
Running odfWeave on its own examples.odt
I'm trying to see if I can help some Windows users, but in WinXP and Win7 virtual machines
and in a Win 7-64 real environment, after extracting the odfWeave examples.odt from the
package and putting it in my working directory ("My Documents") where R can see and unpack
it, I get "unable to convert 'examples.odt' to the current locale". I've tried some
searches about UTF8 on Windows, which gave discouraging answers, and also the Sweav...
2009 Jul 06
1
odfWeave: odt-file damaged
...mail)?
I'd greatly appreciate any help.
Udo K o e n i g
Clinic for Child and Adolescent Psychiatry
Philipps University of Marburg, Germany
#######################################################################
#R code
library(odfWeave)
#odfWeave call
odfWeave("c:/temp/odfWeave-test.odt", "c:/temp/odfWeave-test-out.odt",
control=odfWeaveControl(zipCmd = c("7z a -tzip $$file$$ .",
"7z e -tzip $$file$$")))
#######################################################################
# Contents of my Open office document
<<Init...
2011 Jan 23
1
odfWeave Error unzipping file in Win 7
...ext, the current one is the following:
trying to use odfWeave:
> odfctrl <- odfWeaveControl(
+ zipCmd = c("C:/Program Files/unz552dN/VBunzip.exe $$file$$ .",
+ "C:/Program Files/unz552dN/VBunzip.exe $$file$$"))
>
> odfWeave("C:/testat.odt", "C:/iris.odt", control = odfctrl)
Copying C:/testat.odt
Setting wd to
D:\Users\egf\AppData\Local\Temp\Rtmpmp4E1J/odfWeave23103351832
Unzipping ODF file using C:/Program Files/unz552dN/VBunzip.exe
"testat.odt"
Fehler in odfWeave("C:/testat.odt", "...
2010 Sep 01
1
OdfWeave and Locale
Dear all,
I have a question regarding the odfweave. I created an odt file
(test_input.odt) using OO.o for WIndows XP. The code is generic.
---- Code for odt -----------
\Sexpr{dim(iris)[1]}
<<listofSpecies, echo=FALSE, results=xml>>=
odfItemize(levels(iris$Species))
@
Table 1:
<<Table, echo=FALSE, results=xml>>=
data.frame(N =tapply(iri...
2010 Mar 17
0
odfWeave: odt-file damaged
...#39;x' instead of the 'e' option so as to preserve the full hierachy
when decompressing. In the case of Udo's example that would be:
#######################################################################
#R code
library(odfWeave)
#odfWeave call
odfWeave("c:/temp/odfWeave-test.odt", "c:/temp/odfWeave-test-out.odt",
control = odfWeaveControl(zipCmd = c("7z a -tzip $$file$$ .",
"7z x -tzip $$file$$")))
#######################################################################
That's all!
In my case:
Well, no, I ha...
2009 Jan 11
1
Problem using odfWeave
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")
Copyin...
2011 Dec 17
1
odfWeave error
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'
odfWeave(filein, fileout, control = odfWeaveControl(cleanup = T))
error:
The system cannot find the path specified.
The system cannot find the drive specified.
Error: content.xml? does not seem to be XML, nor to identify a file na...
2011 Dec 16
1
odfWeave
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'
odfWeave(filein, fileout, control = odfWeaveControl(cleanup = T))
error:
The system cannot find the path specified.
The system cannot find the drive specified.
Error: content.xml does not seem to be XML, nor to identify a file na...
2009 Aug 01
1
odfWeave : sudden and unexplained error
Dear list, dear Max,
I a currently working on a report. I'm writing it with OpenOffice.org
and odfWeave. I'm working increentally : I write a bit, test
(interactively) some ideas, cutting-and-pasting code to the Ooo report
when satisfied with it. I the process, I tend to recompile the .odt
source a *lot*.
Suddenly, odfWeave started to give me an incomprehensible error even
before starting the compilation itself (InFile is my inut .odt file,
Outfile is the resultant .odt file) :
> odfWeave(InFile, OutFile)
Copying SrcAnalyse1.odt
Setting wd to /tmp/RtmphCUkSf/odfWeave01225...
2011 May 14
1
odfWeave 0.7.17 stutters on Debian testing 64-bit amd64 systems.
...LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] odfWeave_0.7.17 XML_3.2-0 lattice_0.19-26
loaded via a namespace (and not attached):
[1] grid_2.13.0
> system.time(odfWeave("In1.odt", "Out1-32.odt"))
Copying In1.odt
Setting wd to /tmp/RtmpS8lBt8/odfWeave11161739126
Unzipping ODF file using unzip -o In1.odt
Archive: In1.odt
extracting: mimetype
creating: Configurations2/statusbar/
inflating: Configurations2/accelerator/current.xm...
2007 Aug 09
1
odfWeave processing error, file specific
...rtunately, I cannot
get beyond the following error message with a particular file. I have
copied and pasted into new files and the same error pops up. It looks
like the error is occurring before any of the R code is run (?).
Any suggestions on how to track this down and fix it?
odfWeave('balf.odt', 'balfout.odt')
Copying balf.odt
Setting wd to /tmp/Rtmpz0aWPf/odfWeave09155238949
Unzipping ODF file using unzip -o balf.odt
Archive: balf.odt
extracting: mimetype
creating: Configurations2/statusbar/
inflating: Configurations2/accelerator/current.xml
creating: Confi...
2010 Aug 25
1
several odfWeave questions
...;keep.source' option? Am I missing something obvious?
1b. is there a way to set global options analogous to \SweaveOpts{}
directives in Sweave? (I looked at odfWeaveControl, it doesn't seem to
do 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 th...
2010 Feb 26
1
Automate generation of multiple reports using odfWeave
Dear R and odfWeave users,
I am looking for a way to automate generation of many reports using
odfWeave. All reports would use the same input ODT file, the only difference
would be in the name of the dataset which will be analyzed in any particular
report. Right now, the name of the dataset is hardcoded in the first code
chuck in the input file:
<<01 get data, echo=TRUE>>
station = '123' # name of the st...
2010 Aug 31
1
odfWeave
...reciate advice.
Comment 1:
Hello I have spent a while today trying to get odfWeave to be successful I
installed the unzip and zip program but it has not changed the error message.I
have copied the error message below but I am sure it is the one others have
experienced.
> odfWeave('test.odt','testOut.odt')
Copying test.odt
Setting wd to
C:\Users\Mark\AppData\Local\Temp\RtmpHPp0yb/odfWeave30211245749
Unzipping ODF file using unzip -o "test.odt"
Error in odfWeave("test.odt", "testOut.odt") : Error unzipping file
In addition: Warning...
2009 Dec 13
1
odfWeave produces output file that OO can't open
...ice_0.17-26
[5] JGR_1.7-0 iplots_1.1-3 JavaGD_0.5-2 rJava_0.8-1
loaded via a namespace (and not attached):
[1] Matrix_0.999375-32 lme4_0.999375-32 tools_2.10.0
****************************************
I run:
****************************************
> odfWeave('simple1.odt','simpleOut.odt')
Copying 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
Sweav...
2009 Mar 11
1
trying to run odfWeave()
Hi there !
I'm working with windows and R GUI and I'm trying to generate an automatic repport using odfWeave.
I have taken the basic template available on line at : http://www.biostat.uzh.ch/services/templates.html
which is SampleOdf.odt I've imported the package "odfWeave" and the corresponding library. And then I run :
> file.in="E:/Tex/SampleOdf.odt"
> file.out="E:/Tex/RepportOdf.odt"
> odfWeave(file.in, file.out)
Copying E:/Tex/SampleOdf.odt
Setting wd to C:\DOCUME~1\Lore\LOC...
2012 Jun 25
1
[PATCH 1/2] drm/nouveau/pm: Prepare for more GDDR5 MR values
...uveau_mem.c
@@ -626,6 +626,7 @@ nouveau_mem_gddr5_mr(struct nouveau_device *ndev, u32 freq,
struct nouveau_pm_memtiming *boot,
struct nouveau_pm_memtiming *t)
{
+ u8 add_term; /* CMD/ADD termination */
if (len < 15) {
t->drive_strength = boot->drive_strength;
t->odt = boot->odt;
@@ -644,18 +645,24 @@ nouveau_mem_gddr5_mr(struct nouveau_device *ndev, u32 freq,
return -ERANGE;
}
- if (t->odt > 3) {
+ if (t->odt > 2) {
NV_WARN(ndev, "(%u) Invalid odt value, assuming autocal: %x",
t->id, t->odt);
t->odt = 0;
}...
2007 Jun 05
1
multiple plot in odfWeave
Hello R users,
I found the odfWeave package to create an odf document. It seems to be a
very nice tool.
So i tried to used it to create a report with multiple plot:
I create an odt file with some code inside:
I connect to a mysql database
I get a list of projects
foreach project I would like to make a plot (a map exactly)
then in a R console I use the odfweave (inFile, outFile) function.
When I try this, with only one program without the loop on the program
names, it
draw...
2010 Sep 17
1
odfWeave UTF-8 error and latin characters
...my problem is that I have a table with characters such as 'ç', 'ó'
and 'ã' that odfWeave is not recognizing properly. The error follows below.
Just to make it clear: Windows vista (default language - Brazilian
Portuguese), R 2.11.1, odfWeave 0.7.11, OpenOffice 3.0.1
in my odt file ...
<<tabela2, echo = FALSE, results = xml>>=
odfTable(tabela2,useRowNames=T,name ='Tabela 2')
@
in R console ...
>library(odfWeave)
>imageDefs <- getImageDefs()
>imageDefs$type <- 'bmp'
>imageDefs$device <- 'bmp'
>setImageDef...