Displaying 1 result from an estimated 1 matches for "ge_savesnapshotst".
2015 Sep 26
1
grDevice in R HEAD been broken for 6 weeks.
...69049 | murrell | 2015-08-14 00:03:12 +0100 (Fri, 14 Aug 2015) | 2 lines
first hack at adding grid display list to recorded plot objects, so can add further grid drawing following a replayPlot()
------------------------------------------------------------------------
It seems to be broken by the GE_SaveSnapshotState addition
in src/library/grid/src/state.c:
case GE_SaveSnapshotState:
+ /*
+ * Save the current 'grid' DL.
+ */
+ PROTECT(result = allocVector(VECSXP, 3));
+ SET_VECTOR_ELT(result, 0, gridStateElement(dd, GSS_DL));
+ SET_VECTOR_ELT(result,...