Sweave (PR#2142)

ripley@stats.ox.ac.uk ripley@stats.ox.ac.uk
Fri, 11 Oct 2002 16:06:56 +0200 (MET DST)


On Fri, 11 Oct 2002, Christophe Declercq wrote:

> Thanks, Fritz, for your answer.
>
> > De : Friedrich Leisch [mailto:leisch@galadriel.ci.tuwien.ac.at]
> >[...]
> > The path is correct (I want to have Sweave.sty in
> > $R_HOME/share/texmf), but the install procedure has a bug: Sweave.sty
> > does not get installed properly when builddir != srcdir. This has been
> > fixed in both the devel and patched version of R.
>
> Yes, but  'file.path(R.home(), "share", "texmf", "Sweave")' on my MS-Windows
> box gives "C:\\R\\RW1060/share/texmf/Sweave".
>
> With that, you get '\usepackage{C:RRW1060/share/texmf/Sweave}' in the tex
> file. The problem seems to be with the 'R.home()' output on MS-Windows.

Nope, R.home is correct.  The problem is that Sweave is not escaping \'s
(nor spaces, although I believe they will not occur in R.home()'s output).
Some Windows applications insist on \, but Windows' versions of TeX seem
to insist on /, so applications calling TeX need to convert the path to
Unix style.

Also, Sweave.sty was not installed under Windows in 1.6.0 under any
circumstances.

>
> 'file.path(.path.package("tools"), "Sweave", "Sweave")' was giving
> "C:/R/RW1060/library/tools/Sweave/Sweave" which is OK for pdflatex.
>
> Anyway, thanks a lot for Sweave which is really great (for the moment, as I
> need it working, I have just put back the old stylepath code in tools).
>
> Christophe
> --
> Christophe DECLERCQ, MD
> Observatoire Régional de la Santé Nord-Pas-de-Calais
> 13, rue Faidherbe 59046 LILLE Cedex FRANCE
> Phone +33 3 20 15 49 24
> Fax   +33 3 20 55 92 30
> E-mail c.declercq@orsnpdc.org
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>

-- 
Brian D. Ripley,                  ripley@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._