Re: [Rd] Converting width for a grob where graphics parameters have length 0 crashes R

2021-11-15 Thread Paul Murrell
Hi There is now a fix for this problem in r-devel (r81197). Thanks for reporting the problem! Paul On 15/11/2021 9:16 am, Paul Murrell wrote: Hi Thanks for bringing this (back) up. It is still on my list, but now back nearer the top :) Paul On 14/11/2021 12:51 am, Gu, Zuguang wrote:

Re: [Rd] Converting width for a grob where graphics parameters have length 0 crashes R

2021-11-14 Thread Paul Murrell
Hi Thanks for bringing this (back) up. It is still on my list, but now back nearer the top :) Paul On 14/11/2021 12:51 am, Gu, Zuguang wrote: Dear developers, In grid::gpar(), graphic parameters are not allowed to have length 0, but this can be done by first creating a gpar object and

[Rd] Converting width for a grob where graphics parameters have length 0 crashes R

2021-11-13 Thread Gu, Zuguang
Dear developers, In grid::gpar(), graphic parameters are not allowed to have length 0, but this can be done by first creating a gpar object and later modifying it: gp = gpar(fontsize = 10) gp$fontsize = numeric(0) when a grob has a gp where some parameters have length 0, converting the