Re: [R] Understanding the workflow between sweave, R and Latex

2011-10-03 Thread Liviu Andronic
On Fri, Sep 30, 2011 at 2:41 PM, Duncan Murdoch wrote: > As an aside, I don't recommend the workflow you describe:  it's very slow > and cumbersome.  It's much better to tell your text editor how to run both > Sweave and Latex in one command.  In the upcoming release of R 2.14.0, this > Another ap

Re: [R] Understanding the workflow between sweave, R and Latex

2011-10-01 Thread Michael Friendly
On 9/30/2011 9:08 AM, syrvn wrote: Hi Duncan, I use Eclipse and StatET plus TexClipse and Sweave which comes with the StatET package. So fore me it is basically one click as well to produce the pdf from the .Rnw file. I installed the MacTex live 2011 version on my computer and thought it might

Re: [R] Understanding the workflow between sweave, R and Latex

2011-09-30 Thread syrvn
Hi Duncan, I use Eclipse and StatET plus TexClipse and Sweave which comes with the StatET package. So fore me it is basically one click as well to produce the pdf from the .Rnw file. I installed the MacTex live 2011 version on my computer and thought it might actually be easy to find out how and

Re: [R] Understanding the workflow between sweave, R and Latex

2011-09-30 Thread Duncan Murdoch
On 30/09/2011 8:03 AM, syrvn wrote: Let's say I have written the following tiny .Rnw file: _ \documentclass{article} \usepackage[utf8]{inputenc} \usepackage{Sweave} \usepackage{tikz} \usepackage{pgf} \begin{document} <<>>= sessionInfo() @ \end{doc