Displaying 1 result from an estimated 1 matches for "showcols2".
Did you mean:
showcol
2015 Sep 26
1
grDevice in R HEAD been broken for 6 weeks.
.../*
+ * Save the current 'grid' DL.
+ */
+ PROTECT(result = allocVector(VECSXP, 3));
+ SET_VECTOR_ELT(result, 0, gridStateElement(dd, GSS_DL));
+ SET_VECTOR_ELT(result, 1, gridStateElement(dd, GSS_DLINDEX));
+ UNPROTECT(1);
break;
> showCols2()
Loading required package: grid
Error in grDevices:::recordPalette() :
LOGICAL() can only be applied to a 'logical', not a 'list'
Calls: demo ... eval -> eval -> showCols2 -> grid.newpage -> <Anonymous>
Execution halted
somewhere else it seems to expect the ou...