Achim Zeileis a Ãcrit :

Philippe,

I just talked to Uwe to properly understand the problem. Is it correct
that the vignette gets correctly compiled to a pdf and that only the R
CMD build script claims that there has been an error and then
terminates?

Could you please try the following: go into the inst/doc directory of
your e1071 copy and try there
R> Sweave("svmdoc.Rnw")
R> texi2dvi("svmdoc.tex", pdf = TRUE)
Does that work properly?


Thanks all of you for your answer.


running Sweave and texi2dvi directly in R leads to the same error:

ALGARVE> Sweave("svmdoc.Rnw")
Writing to file svmdoc.tex
Processing code chunks ...
1 : echo term verbatim
2 : echo term verbatim
3 : echo term verbatim
4 : echo term verbatim
5 : term tex
6 : echo term verbatim
7 : term tex

You can now run LaTeX on svmdoc.tex
ALGARVE> texi2dvi("svmdoc.tex", pdf = TRUE)
/usr/lib/R/bin/texi2dvi: pdflatex exited with bad status, quitting.
/usr/lib/R/bin/texi2dvi: see svmdoc.log for errors.
Error in texi2dvi("svmdoc.tex", pdf = TRUE) :
running texi2dvi on svmdoc.tex failed
ALGARVE>


The tex file is well generated. Running latex on this file (Sweave.sty is in my latex path) build the dvi file correctly.



Philippe

Also, please send me the .log file that didn't come through on R-devel.

If we can track down the problem precisely, I'll talk directly to Kurt
about it.

Best,
Z

.





--
Philippe HupÃ
UMR 144 - Service Bioinformatique
Institut Curie
Laboratoire de Transfert (4Ãme Ãtage)
26 rue d'Ulm
75005 Paris - France
        
Email :  [EMAIL PROTECTED]
TÃl :       +33 (0)1 44 32 42 75
Fax :    +33 (0)1 42 34 65 28

______________________________________________
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to