The R Project SVN R

Rev

Rev 71657 | Rev 72758 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71657 Rev 72261
Line 66... Line 66...
66
 *             across R sessions (via recordPlot() and replayPlot())
66
 *             across R sessions (via recordPlot() and replayPlot())
67
 *             - added grid DL to snapshots (used to be NULL)
67
 *             - added grid DL to snapshots (used to be NULL)
68
 *             - added this version number to snapshots (as attribute)
68
 *             - added this version number to snapshots (as attribute)
69
 *             - added R version number to snapshots (as attribute)
69
 *             - added R version number to snapshots (as attribute)
70
 *             - added pkgName to graphics system state info (as attribute)
70
 *             - added pkgName to graphics system state info (as attribute)
-
 
71
 * Version 12: For R 3.4.0
-
 
72
 *             Added canGenIndle, doIdle() and doesIdle() to devices.
71
 */
73
 */
72
 
74
 
73
#define R_GE_version 11
75
#define R_GE_version 12
74
 
76
 
75
int R_GE_getVersion(void);
77
int R_GE_getVersion(void);
76
 
78
 
77
void R_GE_checkVersionOrDie(int version);
79
void R_GE_checkVersionOrDie(int version);
78
 
80