Skip to content
Prev 15450 / 21312 Next

[Bioc-devel] Failing to build vignette because of problems with ImageMagick

You don't declare any systems requirements for ImageMagick (doing so will
probably not solve your problem, but you really should).

Alternatively you could look into using the tools provided by the magick
package, which wraps ImageMagick.

But it looks like you're editing PNG files for your vignette. I would
really recommend not doing so. It introduces a system dependency which is
just going to increase headaches on your end, for (perhaps) no real
tangible benefits. If you're trimming PNGs, you should be able to achieve
the same effect when using the png device(s) in R, and that will make
everything more portable anyway.
On Mon, Sep 9, 2019 at 9:42 AM Christian Mertes <mertes at in.tum.de> wrote: