Re: [Rd] Bug in RScript.exe for 3.5.0

2018-04-29 Thread Tomas Kalibera
Hi Simone, On 04/29/2018 10:12 PM, Simone Giannerini wrote: > > Dear Tomas, > > thank you for fixing the bug, I still do not find it mentioned in > the changelog though (neither R-patched nor R-devel), also, see > inline below > as Henrik pointed out, the fix is mentioned in the NE

Re: [Rd] Bug in RScript.exe for 3.5.0

2018-04-29 Thread Henrik Bengtsson
On Sun, Apr 29, 2018 at 1:12 PM, Simone Giannerini wrote: >> Dear Tomas, >> >> thank you for fixing the bug, I still do not find it mentioned in the >> changelog though (neither R-patched nor R-devel), https://cran.r-project.org/bin/windows/base/rpatched.html has a link to https://cran.r-project.

Re: [Rd] Bug in RScript.exe for 3.5.0

2018-04-29 Thread Simone Giannerini
> Dear Tomas, > > thank you for fixing the bug, I still do not find it mentioned in the > changelog though (neither R-patched nor R-devel), also, see inline below > > On Sat, Apr 28, 2018 at 11:36 PM, Tomas Kalibera > wrote: > >> >> I don't have an opinion if this requires 3.5.1 to be released soo

Re: [Rd] Result of 'seq' doesn't use compact internal representation

2018-04-29 Thread Luke Tierney
Thanks -- I'll commit a fix after some testing. Best, luke On 04/29/2018 06:22 AM, Duncan Murdoch wrote: On 28/04/2018 11:11 PM, Suharto Anggono Suharto Anggono via R-devel wrote: .Internal(inspect(1:10)) @300e4e8 13 INTSXP g0c0 [NAM(3)]  1 : 10 (compact) .Internal(inspect(seq(1,10))) @3b6

Re: [Rd] Result of 'seq' doesn't use compact internal representation

2018-04-29 Thread Duncan Murdoch
On 28/04/2018 11:11 PM, Suharto Anggono Suharto Anggono via R-devel wrote: .Internal(inspect(1:10)) @300e4e8 13 INTSXP g0c0 [NAM(3)] 1 : 10 (compact) .Internal(inspect(seq(1,10))) @3b6e1f8 13 INTSXP g0c4 [] (len=10, tl=0) 1,2,3,4,5,... system.time(1:1e7) user system elapsed 0