Re: [R] Sweave.sty

2010-08-24 Thread Matt Shotwell
Here is one:

http://svn.r-project.org/R/trunk/share/texmf/tex/latex/Sweave.sty

-Matt

On Tue, 2010-08-24 at 15:40 -0400, r.ookie wrote:
 Does anyone know where I can download the latest version of Sweave.sty? I 
 have looked all over the site http://www.stat.umn.edu/~charlie/Sweave/ with 
 no luck.
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

-- 
Matthew S. Shotwell
Graduate Student 
Division of Biostatistics and Epidemiology
Medical University of South Carolina

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Sweave.sty

2010-08-24 Thread Peter Dalgaard
On 08/24/2010 09:40 PM, r.ookie wrote:
 Does anyone know where I can download the latest version of
 Sweave.sty? I have looked all over the site
 http://www.stat.umn.edu/~charlie/Sweave/ with no luck.

I don't think there is anything newer than what is inside the latest
version of R. Look under share/texmf

-- 
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Phone: (+45)38153501
Email: pd@cbs.dk  Priv: pda...@gmail.com

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Sweave.sty

2010-08-24 Thread Gavin Simpson
On Tue, 2010-08-24 at 12:40 -0700, r.ookie wrote:
 Does anyone know where I can download the latest version of
 Sweave.sty? I have looked all over the site
 http://www.stat.umn.edu/~charlie/Sweave/ with no luck.

It is provided in the R sources as Sweave is an integrated part of R.
You can get it here:

http://svn.r-project.org/R/trunk/share/texmf/tex/latex/

So the version above is technically the latest as it is in the svn
repository, but the version with your R should be late enough as long as
your R is up-to-date (R 2.11.1 ).

Is there a problem with the version you have or your use of it and
Sweave?

HTH

G
-- 
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
 Dr. Gavin Simpson [t] +44 (0)20 7679 0522
 ECRC, UCL Geography,  [f] +44 (0)20 7679 0565
 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk
 Gower Street, London  [w] http://www.ucl.ac.uk/~ucfagls/
 UK. WC1E 6BT. [w] http://www.freshwaters.org.uk
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Sweave.sty

2010-08-24 Thread Liviu Andronic
On Tue, Aug 24, 2010 at 10:40 PM, r.ookie r.oo...@live.com wrote:
 Does anyone know where I can download the latest version of Sweave.sty? I 
 have looked all over the site http://www.stat.umn.edu/~charlie/Sweave/ with 
 no luck.

Not exactly an answer, Frank Harrell once published a fork of Sweave,
Sweavel [1], which can provide fancier output.
Liviu

[1] http://biostat.mc.vanderbilt.edu/wiki/Main/SweaveTemplate

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Sweave.sty

2010-08-24 Thread r.ookie
That is great Liviu, thanks for letting me know. My LaTeX documents have been 
looking like this, however I have been doing all the cosmetics through LaTeX. 
Thanks for letting me know about this!

On Aug 24, 2010, at 2:34 PM, Liviu Andronic wrote:

On Tue, Aug 24, 2010 at 10:40 PM, r.ookie r.oo...@live.com wrote:
 Does anyone know where I can download the latest version of Sweave.sty? I 
 have looked all over the site http://www.stat.umn.edu/~charlie/Sweave/ with 
 no luck.
 
Not exactly an answer, Frank Harrell once published a fork of Sweave,
Sweavel [1], which can provide fancier output.
Liviu

[1] http://biostat.mc.vanderbilt.edu/wiki/Main/SweaveTemplate

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.