Re: [Rd] Byte compilation with window<- in R3.4.0

2017-05-02 Thread Tomas Kalibera
Thanks for the report, fixed in R-devel and R-patched. Best Tomas On 04/30/2017 10:48 PM, Christoph Sax wrote: Hi, I am running into a problem when I use the window<- replacement function in R 3.4.0. It will lead to an error when it is called inside a loop, probably the result of the byte comp

[Rd] Byte compilation with window<- in R3.4.0

2017-04-30 Thread Christoph Sax
Hi, I am running into a problem when I use the window<- replacement function in R 3.4.0. It will lead to an error when it is called inside a loop, probably the result of the byte compiler now enabled by default. When I turn it off, it works again, as in older versions of R. I tested on Win, Linu