Re: [Rd] substitute inconsistent output

2020-03-18 Thread Duncan Murdoch
On 18/03/2020 1:36 a.m., Jan Gorecki wrote: Dear R-devel, Is there anything that we can do to make output of those call more consistent? So the first one will return `c(1L, 2L)` rather than `1:2`. Note that it is not related to compact integer sequence introduced by altrep, it is reproducible on

[Rd] substitute inconsistent output

2020-03-17 Thread Jan Gorecki
Dear R-devel, Is there anything that we can do to make output of those call more consistent? So the first one will return `c(1L, 2L)` rather than `1:2`. Note that it is not related to compact integer sequence introduced by altrep, it is reproducible on R 3.1.0 as well. substitute(v+x, list(x=c(1L