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 wrote: > I typically run > > R CMD

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
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.st

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 work

Re: [R] basic sweave question

2009-01-13 Thread Ista Zahn
od +x /usr/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

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. sessio

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 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 China, Beijing,

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: LC_CTYPE=en_US.utf8;LC_NUMERIC=C;LC_TIME=en_US.utf8;LC_COLLATE=en_US.utf8;LC_MONETARY=C;LC_MESSAGES=en_US.utf8;LC_PAPER=en_

[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 som