Re: [Rd] Wrongly checked MD5 checksums in R 3.2.0's windows binary

2015-05-11 Thread Brian Ripley
> On 11 May 2015, at 16:00, peter dalgaard wrote: > > >> On 11 May 2015, at 15:53 , Duncan Murdoch wrote: >> >> On 11/05/2015 9:35 AM, Tal Galili wrote: >>> Hi Duncan, >>> Thank you for the clarification. :) >>> >>> I ended up removing these files from being scanned in the updated version

Re: [Rd] Wrongly checked MD5 checksums in R 3.2.0's windows binary

2015-05-11 Thread peter dalgaard
> On 11 May 2015, at 15:53 , Duncan Murdoch wrote: > > On 11/05/2015 9:35 AM, Tal Galili wrote: >> Hi Duncan, >> Thank you for the clarification. :) >> >> I ended up removing these files from being scanned in the updated version of >> installr. I would rather focus on supporting an MD5 scan th

Re: [Rd] Wrongly checked MD5 checksums in R 3.2.0's windows binary

2015-05-11 Thread Duncan Murdoch
On 11/05/2015 9:35 AM, Tal Galili wrote: Hi Duncan, Thank you for the clarification. :) I ended up removing these files from being scanned in the updated version of installr. I would rather focus on supporting an MD5 scan that is based on what is listed in MD5 file itself (ignoring exceptions

Re: [Rd] Wrongly checked MD5 checksums in R 3.2.0's windows binary

2015-05-11 Thread Tal Galili
Hi Duncan, Thank you for the clarification. :) I ended up removing these files from being scanned in the updated version of installr. I would rather focus on supporting an MD5 scan that is based on what is listed in MD5 file itself (ignoring exceptions that are not clearly stated in the file).

Re: [Rd] Wrongly checked MD5 checksums in R 3.2.0's windows binary

2015-05-11 Thread Duncan Murdoch
On 11/05/2015 8:35 AM, Tal Galili wrote: Thank you Duncan, Peter and Martin for the responses. Just to mention that the code is based on tools::md5sum, and the issue can be reproduced (in Windows) using: if(!require(installr)) install.packages("installr") installr::checkMD5sums2(dir=R.home())

Re: [Rd] Wrongly checked MD5 checksums in R 3.2.0's windows binary

2015-05-11 Thread Tal Galili
Thank you Duncan, Peter and Martin for the responses. Just to mention that the code is based on tools::md5sum, and the issue can be reproduced (in Windows) using: if(!require(installr)) install.packages("installr") installr::checkMD5sums2(dir=R.home()) With regards, Tal [[alternative H

Re: [Rd] Wrongly checked MD5 checksums in R 3.2.0's windows binary

2015-05-11 Thread Duncan Murdoch
On 11/05/2015 4:31 AM, peter dalgaard wrote: > > On 11 May 2015, at 09:53 , Martin Maechler > wrote: > >>> Tal Galili >>>on Sun, 10 May 2015 23:13:09 +0300 writes: >> >>> Dear R-devel members, Several R user recently reported >>> (w

Re: [Rd] Wrongly checked MD5 checksums in R 3.2.0's windows binary

2015-05-11 Thread peter dalgaard
On 11 May 2015, at 09:53 , Martin Maechler wrote: >> Tal Galili >>on Sun, 10 May 2015 23:13:09 +0300 writes: > >> Dear R-devel members, Several R user recently reported >> (while >> using the installr >>

Re: [Rd] Wrongly checked MD5 checksums in R 3.2.0's windows binary

2015-05-11 Thread Martin Maechler
> Tal Galili > on Sun, 10 May 2015 23:13:09 +0300 writes: > Dear R-devel members, Several R user recently reported > (while > using the installr > package) > that whe