>
> <>=
> null <- dev.off()
> @
>
> \begin{figure}
> \begin{center}
> \includegraphics{xyPlot.png}
> \end{center}
> \end{figure}
>
> Original message
>>Date: Sun, 13 Feb 2011 10:54:37 +1300
>>From: r-devel-boun...@r-proj
>Date: Sun, 13 Feb 2011 10:54:37 +1300
>From: r-devel-boun...@r-project.org (on behalf of robin hankin
>)
>Subject: [Rd] large vignette problem
>To: r-devel@r-project.org
>
>Hello
>
>I am trying to get one of my packages to be less than 5Mb in size, and
>i
On Sat, Feb 12, 2011 at 4:26 PM, Henrik Bengtsson wrote:
> Never ever use JPEG for bitmap data plots. Use PNG instead. See
> attach image (origin unknown; it is *not* an xkcd comics).
Oops - missed to include the following:
To generate PNGs, you can do it manually in the Sweave document, e.g.
Hello
I am trying to get one of my packages to be less than 5Mb in size, and
it is currently
72Mb installed. It is big because the single vignette includes half a
dozen very large PDF
images. The PDF files are created as part of the Sweave process.
Using jpg images instead of PDFs is acceptable