Re: [R] Sweave, latex Warning

2006-10-07 Thread Gregor Gorjanc
Göran Broström goran.brostrom at gmail.com writes:

 
 When I am using Sweave to produce reports I get a strange Warning from latex:
 
 LaTeX Warning: You have requested package 
 `/usr/local/lib/R/share/texmf/Sweave'
but the package provides `Sweave'.
 
 It seems to be completely harmless, but I wonder if it is a symptom of
 installation problems, R or latex. How can I get rid of it?
 
 This is on linux (ubuntu), with R-2.4.0.

What do you actually use in Rnw file? Is it 

\usepackage{/usr/local/lib/R/share/texmf/Sweave}

or

\usepackage{Sweave}

I think this was discussed in r-devel list 
a while ago.

Gregor

__
R-help@stat.math.ethz.ch 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, latex Warning

2006-10-07 Thread Göran Broström
On 10/7/06, Gregor Gorjanc [EMAIL PROTECTED] wrote:
 Göran Broström goran.brostrom at gmail.com writes:

 
  When I am using Sweave to produce reports I get a strange Warning from 
  latex:
 
  LaTeX Warning: You have requested package 
  `/usr/local/lib/R/share/texmf/Sweave'
 but the package provides `Sweave'.
 
  It seems to be completely harmless, but I wonder if it is a symptom of
  installation problems, R or latex. How can I get rid of it?
 
  This is on linux (ubuntu), with R-2.4.0.

 What do you actually use in Rnw file? Is it

 \usepackage{/usr/local/lib/R/share/texmf/Sweave}

 or

 \usepackage{Sweave}

Neither; Sweave puts the former into the tex file. I'll search the
r-devel archives.

Thanks, Göran

 I think this was discussed in r-devel list
 a while ago.

 Gregor

 __
 R-help@stat.math.ethz.ch 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.



-- 
Göran Broström

__
R-help@stat.math.ethz.ch 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.