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
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