search for: checkmd5sums2

Displaying 3 results from an estimated 3 matches for "checkmd5sums2".

Did you mean: checkmd5sums
2015 May 11
2
Wrongly checked MD5 checksums in R 3.2.0's windows binary
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 HTML version deleted]]
2015 May 11
2
Wrongly checked MD5 checksums in R 3.2.0's windows binary
On 11 May 2015, at 09:53 , Martin Maechler <maechler at lynne.stat.math.ethz.ch> wrote: >>>>>> Tal Galili <tal.galili at gmail.com> >>>>>> on Sun, 10 May 2015 23:13:09 +0300 writes: > >> Dear R-devel members, Several R user recently reported >> <https://github.com/talgalili/installr/issues/30> (while >> using the
2015 May 11
2
Wrongly checked MD5 checksums in R 3.2.0's windows binary
...; >> 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()) >> >> I think you didn't understand my post. It's a bug in your code: you > need to compare the md5sum value to the ones I mentioned, not just to the > one listed in the MD5 file. > > Duncan Murdoch > [[alternative HTML version deleted]]