Re: [R] basic sweave question

2013-06-06 Thread Michael Liu
Dear Ligges, *Well, * * * *1st, you should find the *Sweave.sty file, I am sure you can. 2nd, in the Latex configure menu, adding the path containing the Sweave.sty That will be OK. Best Wishes Guanhao Liu On Fri, Mar 22, 2013 at 6:56 PM, Uwe Ligges lig...@statistik.tu-dortmund.de wrote:

Re: [R] basic sweave question

2013-03-22 Thread Uwe Ligges
I typically run R CMD Sweave which resolves issues with style files in directories unknown to your LaTeX distribution. Best, Uwe Ligges On 21.03.2013 18:44, lgh0504 wrote: The pdflatex is the an excutable programe located in your MiKTex‘ bin folder, I guess you have not add your MikTex

Re: [R] basic sweave question

2013-03-21 Thread lgh0504
you are welcome! On Thu, Mar 14, 2013 at 6:01 PM, susieboyce [via R] ml-node+s789695n4661296...@n4.nabble.com wrote: Thank you for your reply. I have found the pdflatex file. I was able to solve my 'Sweave.sty not found' error by coping the Sweave.sty file and pasting it into the working

Re: [R] basic sweave question

2013-03-21 Thread lgh0504
The pdflatex is the an excutable programe located in your MiKTex‘ bin folder, I guess you have not add your MikTex bin folder into your Windows PATH environment On Thu, Mar 14, 2013 at 12:55 AM, susieboyce [via R] ml-node+s789695n4661220...@n4.nabble.com wrote: I have located my Sweave.sty

[R] Basic Sweave

2009-10-27 Thread alexander . weidstam
Hi, I have this basic R code that I would like to rewrite into Sweave code. Ideally I would like Latex to display both the code and the statistics. R and Sweave is completely new to me so I would really appreciate some help. read.table(df1.txt, header=TRUE, sep=;, na.strings=c(na,.), skip=1,

Re: [R] Basic Sweave

2009-10-27 Thread James W. MacDonald
http://www.stat.uni-muenchen.de/~leisch/Sweave/Sweave-manual.pdf alexander.weids...@gmail.com wrote: Hi, I have this basic R code that I would like to rewrite into Sweave code. Ideally I would like Latex to display both the code and the statistics. R and Sweave is completely new to me so I would

Re: [R] basic sweave question

2009-01-13 Thread Ista Zahn
/local/bin/Sweave.sh). Now you can create a .pdf from your .Rnw file in a single run, using Sweave.sh -ld PathToFile.Rnw. -Ista From: markle...@verizon.net To: r-h...@stat.math.ethz.ch Date: Mon, 12 Jan 2009 21:59:17 -0600 (CST) Subject: [R] basic sweave question I am trying to learn the basics

[R] basic sweave question

2009-01-12 Thread markleeds
I am trying to learn the basics of Sweave so I read some things and a friend gave me his Rnw file to play with. I am able to do R CMD Sweave mark-example.Rnw. That works. But, then when I do latex mark-example.tex, I get the message below. I looked in the archives and Martin Morgan mentioned

Re: [R] basic sweave question

2009-01-12 Thread markleeds
In my original message, I forot to include my Session Info so it is below. I apologize for that. sessionInfo() R version 2.8.0 (2008-10-20) i386-redhat-linux-gnu locale:

Re: [R] basic sweave question

2009-01-12 Thread Yihui Xie
Sweave.sty is in the directory file.path(R.home(), 'share', 'texmf') Regards, Yihui -- Yihui Xie xieyi...@gmail.com Phone: +86-(0)10-82509086 Fax: +86-(0)10-82509086 Mobile: +86-15810805877 Homepage: http://www.yihui.name School of Statistics, Room 1037, Mingde Main Building, Renmin University of

Re: [R] basic sweave question

2009-01-12 Thread markleeds
Martin Morgan kindly explained to me off-list that I need to use R CMD pdflatex mark-example.tex. That fixed my problem. On Mon, Jan 12, 2009 at 11:25 PM, markle...@verizon.net wrote: In my original message, I forot to include my Session Info so it is below. I apologize for that.