Sharpie / RTikZDevice

A R package for producing graphics output as PGF/TikZ code for use in TeX documents.
32 stars 36 forks source link

Prepare for R 2.14.0 graphics API #42

Closed Sharpie closed 13 years ago

Sharpie commented 13 years ago

R 2.14.0 is adding some new functions to the graphics API. From Brian Ripley:

Secondly, there is the opportunity to add some new facilities in R-devel, to be released as R 2.14.0 on October 31. These are the components

devHoldFlush() haveTransparency haveTransparentBg haveCapture haveRaster haveLocator

documented in src/include/GraphicsDevice.h. (If you include them, you should condiitionalize on

if R_GE_version >= 9

endif

.) Screen devices (cairo*, JavaGD ...) will benefit from implementing dev.hold/dev.flush (see their help page),