Re: [Rd] Sweave vignettes and bitmap on windows

2007-09-19 Thread tshort
While I don't agree with it, this "feature" of bitmap is deliberate according to Prof. Ripley: http://tolstoy.newcastle.edu.au/R/devel/04/09/0682.html - Tom Tom Short EPRI Martin Morgan wrote: > > During vignette generation on Windows, Sweave seems to clean up before > all graphics files are

[Rd] Sweave vignettes and bitmap on windows

2007-09-19 Thread Martin Morgan
During vignette generation on Windows, Sweave seems to clean up before all graphics files are completely processed. For instance, if tmp.Rnw is: \documentclass[12pt]{article} \begin{document} <<>>= bitmap("afile.png") plot(1:100) dev.off() @ \end{document} Then: C:\R\tmp>R CMD Sweave tmp.Rnw Wr