daqana / tikzDevice

A R package for producing graphics output as PGF/TikZ code for use in TeX documents.
https://daqana.github.io/tikzDevice
132 stars 26 forks source link

Use png::writePNG() to output raster images #133

Closed krlmlr closed 8 years ago

krlmlr commented 8 years ago

The code for adding raster images is much simpler now. The test images have only changed a tiny bit.

@yihui @smason: Would you like to take a look?

Fixes #132.

yihui commented 8 years ago

Looks indeed simpler. Please feel free to merge whenever you think it is ready. Thanks!

krlmlr commented 8 years ago

Coverage fell because code was removed. #135