Displaying 1 result from an estimated 1 matches for "userotatedtextincontour".
2008 Jan 28
0
Notes for writers of graphics devices
...raphics and grid; graphics devices such as gtkDevice, RSvgDevice)
* can detect any version mismatch.
*
* Version 1: Introduction of the version number.
* Version 2: GEDevDesc *dd dropped from GEcontourLines().
* Version 3: R_GE_str2col() added to API.
* Version 4: UTF-8 text hooks, useRotatedTextInContour to device interface.
*/
but unfortunately it is unused. There's a function called
R_GE_checkVersionOrDie to check the API version. Unfortunately this means
that devices built under R < 2.7.0 are liable to crash if used under 2.7.0
(although I've tried to be as defensive as possibl...