search for: odf

Displaying 20 results from an estimated 169 matches for "odf".

Did you mean: odd
2009 Feb 03
5
reading .odf spreadsheet into R
I have searched the archives and I did not find the answer to my question. Is there a way to read in a .odf spreadsheet without modification to a .csv file. I am analyzing my classes scores on their first exam, and would like to read the grade book in without converting it to .csv. thanks -- Stephen Sefick Let's not spend our time and resources thinking about things that are so little or so large...
2011 Mar 03
1
Applying function to multiple data
...= data.frame(k = c(1:8), ratings = c("A", "B", "C", "D", "E", "F", "G", "H"), default_frequency = c(0.00229,0.01296,0.01794,0.04303,0.04641,0.06630,0.06862,0.06936)) # ------------------------------- DP = function(k, ODF, ratings) { n <- length(ODF) tot_klnODF <- sum(k*log(ODF)) tot_k <- sum(k) tot_lnODF <- sum(log(ODF)) tot_k2 <- sum(k^2) slope <- exp((n * tot_klnODF - tot_k * tot_lnODF)/(n * tot_k2 - tot_k^2)) intercept <...
2011 Sep 15
1
odfWeave: Combining multiple output statements in a function
What is the correct way to combine multiple calls to odfCat, odfItemize, odfTable etc. inside a function? As an example lets say I have a function that needs to write two paragraphs of text and a list to the resulting odf-document (the real function has much more complex logic, but I don't think thats relevant). My first guess would be: exa...
2008 Aug 12
2
Possible buglet (wart ?) of odfWeave 0.7.6 (with workaround)
Dear List, I have had problems inserting some (not all !) figures via odfWeave (using print(someLatticeFunction)...). The figure was correctly displayed in a R device window but the resulting ODF document displayed the correct space for the figure and an empty frame with a "broken image" icon and a "read error" mention. Exploration of the odf (.odt,...
2010 Apr 28
1
Errors when trying to open odfWeave documents
Hello I tried the odfWeave package today, by running the formatting.odt and example.odt files that are included with the package. They both ran fine, but when I try to open them in my OpenOffice (OpenOffice 3.1.1 on Kubuntu 9.10) I get an error "Format error discovered in the file in sub-document content.xml at...
2007 Nov 17
1
odf and unzip: unzip not found
hi list members I am trying to use odfWeave with R 2.5.1 on Windows XP. however when running e.g. odfWeave(demoFile, outputFile) I get: Error in odfWeave(demoFile, outputFile) : Error unzipping file In addition: Warning message: unzip not found in: system(zipCmd[2], invisible = TRUE) presumably my zip and unzip are not set up co...
2010 Dec 11
5
(S|odf)weave : how to intersperse (\LaTeX{}|odf) comments in source code ? Delayed R evaluation ?
...Sweave's "alternative" syntax could offer a way out : no such luck. There seems to be no way to delay R evaluation of a R chunk passed by Sweave ; at least, the "eval=FALSE" option of chunk declaration is not sufficient for that. Am I missing something in the Sweave nd odfWeve documentations (that I read till I grew green and moldy) ? Or does this require a fundamental change in the relevant Sweave drivers ? Can you suggest alternative ways of doing what I mean to do ? The only workaround I found is to paste a second copy of my code in a \verbatim environment (o...
2012 Mar 08
2
Novice Alert!: odfWeave help!
...ting graphs for pretty figures, etc). I'm working through Bolker's Ecological Models and Data in R (which is a great book for ecologists/life sciences types who want to learn how to just barely get by in R, with know previous knowledge of R code presupposed). My advisor wants me to explore odfWeave to stream-line my notes. This is important because I will inevitably be his TA in his R stat course, and I will need to be proficient with the software. So far I have been copy-pasting my codes into a word processor (both open office and word) and inserting my plots after saving them. I do no...
2009 Jul 06
1
odfWeave: odt-file damaged
Dear all, I am doing my first steps with odfWeave. After running the r code (see below), I am trying to open the ODF-document with open office, but I am getting the error message: "The file is damaged, but it can be repaired". If I confirm the question and repair the file with open office, I can open it with the desired output, wh...
2008 Apr 14
1
odfWeave: in multi-page plots only last page appears in document
Dear all, Max, first of all, many thanks for providing the odfWeave package. My problem: Whenever I have multiple plots in one single chunk of my ODF file, only the last plot gets shown. The problem can be reproduced with this toy example (to be used in an ODF file together with odfWeave -- I'm using the newest version 0.7.3): <<plot1, echo=FALSE,...
2008 Nov 12
2
odfweave
Dear all, I am trying to use the function odfWeave. Unfortunately I cannot get beyond the folllowing error message: " Error in odfWeave("Example3.rnw", "Example3.odf") : Error unzipping odt file " Can anybody tell me, how to use this function? Thanks, Irina Ursachi.
2010 Aug 31
1
odfWeave
Dear -r-helpers, I'm trying to get my students to use odfWeave. Windows users are having trouble. I would appreciate 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 on...
2017 Jun 07
2
Tablas en R
...encias en cuanto al formato de salida del documento. > > Por lo que veo, salvo que alguien tenga otra forma de trabajar esto, lo > tenemos complicado. Sacar las tablas por pantalla no es tan difícil, el > problema lo tenemos para llevárnoslas a un documento fácilmente editable > tipo ODF. R markdown da muchas facilidades cuando se trata de texto, > podemos obtener el mismo documento en tres formatos diferentes (HTML, PDF y > ODF) casi sin esfuerzo, pero con tablas la cosa se complica. > > Si no es posible crear las tablas "al vuelo" en formatos "editables...
2011 Jan 23
1
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 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$$ .", + "C:/Program Files/unz552dN/VBunzip.exe $$fi...
2006 Jul 19
0
[R-pkgs] odfWeave Package
I've been meaning send an announcement for this package, but Greg Snow beat me to the punch today. Max <snip> The odfWeave package is now available on CRAN at http://lib.stat.cmu.edu/R/CRAN/src/contrib/Descriptions/odfWeave.html and your local mirror. The package extends Sweave to Open Document Format (ODF) text document files. Latex-style code chunks and in-line Sexpr commands can be used to embed R output i...
2006 Jul 19
0
odfWeave Package
The odfWeave package is now available on CRAN at http://lib.stat.cmu.edu/R/CRAN/src/contrib/Descriptions/odfWeave.html and your local mirror. The package extends Sweave to Open Document Format (ODF) text document files. Latex-style code chunks and in-line Sexpr commands can be used to embed R output i...
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=&...
2013 Oct 04
0
R-help Digest, Vol 128, Issue 5
...cran. Cheers, Thomas > Date: Fri, 4 Oct 2013 09:08:50 +0100 > From: Barry Rowlingson <b.rowlingson at lancaster.ac.uk> > To: Peter Maclean <pmaclean2011 at yahoo.com> > Cc: "r-help at r-project.org" <r-help at r-project.org> > Subject: Re: [R] Importing odf file into R > Message-ID: > <CANVKczMtrLD2rw_UWhRoJo5CUP- > 7taUcmiZO+swRRRvKONMUVw at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > On Fri, Oct 4, 2013 at 5:57 AM, Peter Maclean <pmaclean2011 at yahoo.com> > wrote: > > Anyone aware of a...
2015 Mar 12
2
[LLVMdev] Google Summer of Code FP Range checks
...h sets up a basic lattice for the range checks. I feel that with enough effort during the course of the Summer of Code program I should be able to get a good enough implementation in LLVM. Please let me know your thoughts on the same. Thank You Aditya V Kamath Undergraduate Student, IIT Hyderabad ODF Medak, Yeddumailaram, Hyderabad 502205 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150313/dd74e674/attachment.html>
2009 Jan 13
1
odfWeave: Error in matrixPaste(...)
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 (label=teste) Error in matrix...