Re: [R] R report generator (for Word)?

2012-01-02 Thread Erich Neuwirth
A little bit more information about SWord: It is similar to SWeave in the sense that one writes text and R code in one document, and the toolchain then replaces the R code by the results produced by running the R code. In SWeave, this produces a new file which then can processed by TeX. In SWord,

Re: [R] R report generator (for Word)?

2012-01-02 Thread ONKELINX, Thierry
of data. ~ John Tukey -Oorspronkelijk bericht- Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Namens Joshua Wiley Verzonden: zondag 1 januari 2012 21:32 Aan: Michael CC: r-help Onderwerp: Re: [R] R report generator (for Word)? Hi Michael, I like Sweave and LaTe

Re: [R] R report generator (for Word)?

2012-01-02 Thread David Scott
the package. David Scott From: r-help-boun...@r-project.org [r-help-boun...@r-project.org] on behalf of Joshua Wiley [jwiley.ps...@gmail.com] Sent: Monday, January 02, 2012 9:31 AM To: Michael Cc: r-help Subject: Re: [R] R report generator (for Word

Re: [R] R report generator (for Word)?

2012-01-02 Thread Paul
On 01/01/12 15:50, Michael wrote: Happy New Year all! I am looking for a good solution for keeping record of my experiments - could you please help me? My work is about analysing data... My current work-flow: 1. Everyday my bosses give me some small steps/tasks for analysing data - which are p

Re: [R] R report generator (for Word)?

2012-01-01 Thread John
On Sun, 1 Jan 2012 09:50:24 -0600 Michael wrote: > Happy New Year all! > > I am looking for a good solution for keeping record of my experiments > - could you please help me? > If you are working from scripts, which is a very good way to standardize procedures as a work flow and analysis devel

Re: [R] R report generator (for Word)?

2012-01-01 Thread G. Jay Kerns
Dear Michael, On Sun, Jan 1, 2012 at 10:50 AM, Michael wrote: > Happy New Year all! [snip] > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. Nobody's yet mentioned that the latest version of Emac

Re: [R] R report generator (for Word)?

2012-01-01 Thread Richard M. Heiberger
Look at the SWord package. It is available from rcom.univie.ac.at. It is the integration of R and Word similar to RExcel at the same site. Rich On Sun, Jan 1, 2012 at 3:31 PM, Joshua Wiley wrote: > Hi Michael, > > I like Sweave and LaTeX, but I can appreciate the difficulty using it > with col

Re: [R] R report generator (for Word)?

2012-01-01 Thread Joshua Wiley
Hi Michael, I like Sweave and LaTeX, but I can appreciate the difficulty using it with collaborators. What about something similar using HTML? Certainly integrates to any webpages nicely. There are two packages I think do this nicely, one is the R2HTML package (on CRAN). Another one that is not

Re: [R] R report generator (for Word)?

2012-01-01 Thread cougar711
I am not at my desk but you might search the CRAN web site for "reproducible research". Respectfully, Frank Lawrence -Original Message- From: Michael Sender: r-help-bounces@r-project.orgDate: Sun, 1 Jan 2012 09:50:24 To: r-help Subject: [R] R report generator (for Word)?

Re: [R] R report generator (for Word)?

2012-01-01 Thread MK
Have you seen r2wd? http://www.r-bloggers.com/exporting-r-output-to-ms-word-with-r2wd-an-example-session/ On Jan 1, 2012, at 10:50 AM, Michael wrote: > Happy New Year all! > > I am looking for a good solution for keeping record of my experiments - > could you please help me? > > My work is

[R] R report generator (for Word)?

2012-01-01 Thread Michael
Happy New Year all! I am looking for a good solution for keeping record of my experiments - could you please help me? My work is about analysing data... My current work-flow: 1. Everyday my bosses give me some small steps/tasks for analysing data - which are parts of one bigger/whole project. 2.