Entering edit mode
Hi,
I am trying to create a new package to submit to Bioconductor. I am trying to build the package using r-devel (version 4.4). For this I am using the docker image rocker/r-devel. My package vignette uses rtracklayer. When I try to install it on the container I get:
handlers.c: In function 'R_warnHandler':
handlers.c:10:11: error: format not a string literal and no format arguments [-Werror=format-security]
Any idea, how to solve this?
Thank you very much
Here is the full output:
Hi Lucille,
Have you looked at the issue here? Consider nudging the developer there as well.
https://github.com/lawremi/rtracklayer/issues/110
To summarize, (for now) use the GH version of
rtracklayer
with the fix applied:Best,
Marcel
Thank you so much. I haven't seen it.
While the maintainer to should fix the code, We've also adjusted the docker image to change the ERROR to a Warning for now. It has just been merged so it should be reflected in an updated docker image shortly