Thanks Gábor and Dirk for the suggestions. This one seemed to need fedora
to replicate the issue. Docker did make it easy:
FROM fedora:40
USER root
RUN dnf -y install R
Brad
On Fri 24 May 2024 at 20:28, Gábor Csárdi wrote:
> Fedora 40 comes with gcc 14.1.x. But I would first try to use the
On 24 May 2024 at 20:01, Brad Eck wrote:
| I received a note that my package -- epanet2toolkit -- was showing a
| warning in the fedora-gcc results on CRAN.
| https://www.stats.ox.ac.uk/pub/bdr/gcc12/epanet2toolkit.out
|
| I'd like to reproduce the warning and fix it. Usually I'd do that with
|
Fedora 40 comes with gcc 14.1.x. But I would first try to use the
`-Wformat-truncation=` flag with the compiler you have, it is possible
that you don't need gcc 14.1. If you do, then the `fedora:40`
container should be good.
Gabor
On Fri, May 24, 2024 at 9:02 PM Brad Eck wrote:
>
> Dear List -
>
Dear List -
I received a note that my package -- epanet2toolkit -- was showing a
warning in the fedora-gcc results on CRAN.
https://www.stats.ox.ac.uk/pub/bdr/gcc12/epanet2toolkit.out
I'd like to reproduce the warning and fix it. Usually I'd do that with
Docker. Is anyone aware of a docker imag