Re: [Rd] array-bound error with GCC 13/14

2025-05-09 Thread Olivier Benz via R-devel
> On 9 May 2025, at 19:29, Kevin Ushey wrote: > > Hopefully a member of the CRAN team will tell me I'm wrong, but I > think whether or not there is a compiler bug is ultimately irrelevant > -- packages on CRAN must compile cleanly even with potentially-buggy > development versions of compilers.

Re: [Rd] round.Date and trunc.Date not working / implemented

2024-02-08 Thread Olivier Benz via R-devel
> On 8 Feb 2024, at 15:15, Martin Maechler wrote: > >> Jiří Moravec >>on Wed, 7 Feb 2024 10:23:15 +1300 writes: > >> This is my first time working with dates, so if the answer is "Duh, work >> with POSIXt", please ignore it. > >> Why is not `round.Date` and `trunc.Date` "implement

Re: [Rd] Floating point issue

2022-07-19 Thread Olivier Benz
The difference between macOS 12.4 and Debian 11 (Docker, virtualization framework) running on a MacBook Pro (M1 Max). -> `.Machine$sizeof.longdouble` on macOS returns 8 whereas on Debian 11 it returns 16. macOS 12.4 on MacBook Pro (M1 Max): ``` r .Machine #> $double.eps #> [1] 2.220446e-16 #> #