Re: [Rd] missing binaries in R-devel windows snapshot 78175

2020-04-10 Thread Jeroen Ooms
On Fri, Apr 10, 2020 at 9:49 AM Martin Maechler wrote: > > > Jeroen Ooms > > on Fri, 10 Apr 2020 08:54:39 +0200 writes: > > > On Fri, Apr 10, 2020 at 2:42 AM Bravington, Mark (Data61, > > Hobart) wrote: > >> > >> > On Thu, Apr 9, 2020 at 12:44 PM Bravington, Mark >

Re: [Rd] missing binaries in R-devel windows snapshot 78175

2020-04-10 Thread Bravington, Mark (Data61, Hobart)
Thanks all--- my fault again, this time for not reading the openssl::md5() documentation. Binaries all present and correct after all (on my Cylance-free machine), and checksums working as they should... [Jeroen Ooms] > I think you're calculating the md5 of the filename, not the file. You need

Re: [Rd] missing binaries in R-devel windows snapshot 78175

2020-04-10 Thread Gábor Csárdi
On Fri, Apr 10, 2020 at 8:49 AM Martin Maechler wrote: [...] > > > openssl::md5(file("R-devel-win.exe")) > > or use base R'stools::md5sum() > > md5sum() has existed forever, but needs you to do the > download.file() step which is indirectly happening in > openssl::md5() also. Don't use

Re: [Rd] missing binaries in R-devel windows snapshot 78175

2020-04-10 Thread Martin Maechler
> Jeroen Ooms > on Fri, 10 Apr 2020 08:54:39 +0200 writes: > On Fri, Apr 10, 2020 at 2:42 AM Bravington, Mark (Data61, > Hobart) wrote: >> >> > On Thu, Apr 9, 2020 at 12:44 PM Bravington, Mark >> (Data61, Hobart) > >> wrote: >> > > >> > > The "r-deve